28 Commits

Author SHA1 Message Date
4b36c3430d chore(angular): update to angular 2.0.0-rc.1 2016-05-05 10:45:49 -07:00
35dd0ed0b0 fix(button): add a category to buttons so they won't get the button styles
fixes #6237
2016-04-20 13:20:01 -04:00
f17f5172e3 fix(input): add 'type="button"' to button tag
Add attribute 'type="button"' to button tag. The missing attribute
caused forms with ion-toggle/ion-radio to not be submitted as a normal
form.
2016-04-11 12:59:19 -05:00
acc6321d0d chore: add ViewEncapsulation.None to components
Closes #5884
2016-04-10 20:38:04 -05:00
730cccdc97 feat(toggle): add change event
Related #5513
2016-02-20 21:59:43 -06:00
1e0df9249e test(): update checkbox/select/toggle tests 2016-02-14 14:43:37 -06:00
b85d7aa269 fix(radio): use value accessor provider 2016-02-13 23:18:39 -06:00
10222e97f8 chore(): call onTouched 2016-02-13 21:27:15 -06:00
3444a3cfa9 fix(select): use value accessor provider 2016-02-13 21:18:05 -06:00
e468a21139 fix(checkbox): use value accessor provider
Remove the value property and always recommend ngModel or ngControl.
Closes #5353
2016-02-13 01:35:38 -06:00
5034c1d729 fix(toggle): use value accessor provider
Remove the value property and always recommend ngModel or ngControl.
Closes #5425
2016-02-13 00:32:16 -06:00
cd0829fd51 docs(toggle): update docs 2016-02-02 16:29:40 -05:00
e76b55994c fix(input): checked attr can be an empty string or no value 2016-01-27 08:09:37 -06:00
42f6b1056f fix(input): update input css/tests 2016-01-27 08:09:37 -06:00
b3a7298a52 refactor(input): place inputs inside of ion-item 2016-01-27 08:09:37 -06:00
ee106377fc chore(angular): upgrade to angular 2.0.0-beta.1
Biggest change was that renderer takes  and not just .
2016-01-20 11:15:01 -06:00
1a3d8c8814 fix(Input): put @Input above getters 2016-01-14 20:05:03 -06:00
0942563d5f chore(): fix typescript errors 2016-01-12 10:30:23 -06:00
2070e58e3e fix(inputs): fix form onChange/onTouch 2016-01-07 09:22:17 -06:00
4bf716528e fix(radio): fix onChange error 2016-01-06 15:27:51 -06:00
9d5cffb900 fix(toggle): use renderer for checked 2016-01-06 15:04:05 -06:00
0f64bccc43 chore(): prefix private methods 2015-12-18 15:39:22 -05:00
80b2579609 fix(radio/checkbox/toggle): fix the tab index attribute so you can tab to them
references #745
2015-12-18 13:15:41 -05:00
1950507d4c docs(searchbar, toggle, toolbar) 2015-12-17 16:29:58 -05:00
7c8c56ee3e fix(aria): aria label/id updates 2015-12-14 21:34:40 -06:00
d464d5cb1c remove angular2/angular2 imports 2015-12-10 16:41:57 -06:00
3afc48cf61 fix(toggle): use caps for tag name check 2015-12-10 14:58:13 -06:00
7f94b33c54 refactor(toggle): renamed ion-switch to ion-toggle 2015-12-10 14:50:52 -06:00