refactor(checkbox): added tons of vars and modified some, flattened markup, renamed elements

changed color of checkmark so lighters backgrounds would be visible &
added the light example, references #689
This commit is contained in:
Brandy Carney
2015-12-07 18:17:15 -05:00
parent 4cf6abec06
commit 46d129ce24
5 changed files with 87 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
it('should check apple, enable/check grape, submit form', function() {
element(by.css('[ng-control=appleCtrl] media-checkbox')).click();
element(by.css('[ng-control=appleCtrl] .checkbox-media')).click();
element(by.css('.e2eGrapeDisabled')).click();
element(by.css('.e2eGrapeChecked')).click();
element(by.css('.e2eSubmit')).click();

View File

@@ -28,6 +28,10 @@
secondary color
</ion-checkbox>
<ion-checkbox light checked="true">
light color
</ion-checkbox>
</ion-list>
</form>