refactor(text-input): renamed some classes and removed some nesting

references #689
This commit is contained in:
Brandy Carney
2015-12-08 15:44:11 -05:00
parent 6a7f5fadc9
commit abc93bc355
6 changed files with 14 additions and 18 deletions

View File

@ -11,7 +11,7 @@
<input type="text">
</ion-input>
<ion-input floating-label class="has-value">
<ion-input floating-label class="input-has-value">
<ion-label>Floating Label 2</ion-label>
<input value="Has Value" type="text">
</ion-input>