Merge branch '2.0' of github.com:driftyco/ionic into 2.0

This commit is contained in:
Dan Bucholtz
2016-05-13 15:02:06 -05:00

View File

@@ -107,7 +107,7 @@ export class TextInput extends InputBase {
* @private
*/
clearTextInput() {
console.debug("Should clear input");
console.debug('Should clear input');
this._value = '';
this.onChange(this._value);
this.writeValue(this._value);