style(all): adds tslint-ionic-rules

This commit is contained in:
Manuel Mtz-Almeida
2017-09-17 04:13:37 -04:00
parent 612947c072
commit fffa9b5460
70 changed files with 337 additions and 222 deletions

View File

@ -60,4 +60,4 @@ export interface TextareaComponent extends InputBaseComponent {
cols: number;
rows: number;
wrap: string;
}
}

View File

@ -358,10 +358,10 @@ export class Input implements InputComponent {
/>,
<button
hidden={this.clearInput !== true}
class="text-input-clear-icon"
class='text-input-clear-icon'
onClick={this.clearTextInput.bind(this)}
onMouseDown={this.clearTextInput.bind(this)}>
</button>
]
];
}
}

View File

@ -326,6 +326,6 @@ export class Textarea implements TextareaComponent {
>
{this.value}
</textarea>
)
);
}
}