mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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:
@@ -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();
|
||||
|
||||
@@ -28,6 +28,10 @@
|
||||
secondary color
|
||||
</ion-checkbox>
|
||||
|
||||
<ion-checkbox light checked="true">
|
||||
light color
|
||||
</ion-checkbox>
|
||||
|
||||
</ion-list>
|
||||
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user