Skip to content

Commit

Permalink
Merge branch '2.0' of github.com:driftyco/ionic into 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danbucholtz committed May 13, 2016
2 parents a1a594d + 306289d commit 77c1676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ionic/components/input/input.ts
Expand Up @@ -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);
Expand Down

0 comments on commit 77c1676

Please sign in to comment.