130 Commits

Author SHA1 Message Date
b85d7aa269 fix(radio): use value accessor provider 2016-02-13 23:18:39 -06:00
dafa400230 docs(radio): update ng2 forms link 2016-02-13 00:32:16 -06:00
5941042a98 chore() normalize types in docs 2016-02-12 15:51:28 -05:00
5f254f285f chore(e2e): make typescript and e2e friends 2016-02-12 11:37:39 -06:00
89861e0e61 fix(radio): radio w/ falsy value not checkable
Closes #5348
2016-02-11 22:12:02 -06:00
3c5ba4d67e docs(radio): update inputs/outputs 2016-02-10 14:25:16 -05:00
4d84ea2055 docs(radioGroup): update radio-groupt-docs 2016-02-02 12:21:36 -05:00
7794c7269e docs(radio): update radio-button docs 2016-02-02 12:18:02 -05:00
9749b06aa9 fix(css): minor updates to match previous snapshots 2016-01-28 21:20:08 -06:00
334fb3c5b3 fix(radio): prevent multiple radio buttons from being checked 2016-01-27 08:09:38 -06:00
f20ae8fd3f fix(radio): allow radios to check even without values 2016-01-27 08:09:38 -06:00
f79a121bde test(radio): add e2e test for radios with no value 2016-01-27 08:09:38 -06: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
02626b9489 chore(): add types to Refresher 2016-01-14 21:04:20 -06:00
3a41dfeb6b chore(): more type fixes 2016-01-13 16:34:27 -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
883e1b68b1 refactor(icon): rename icon to ion-icon
Closes #855
2016-01-05 22:27:07 -06:00
aaf10af81b fix(radio): fixed radio not checking when it should and changed emit events to this
references #829
2015-12-30 18:51:23 -05:00
4f23e7e84c chore(): remove dead code 2015-12-19 00:30:14 -06:00
8590a479ca fix(typo) 2015-12-19 00:29:06 -06:00
1c718b9213 refactor(radio): query buttons via @ContentChildren 2015-12-19 00:27:30 -06:00
508a872251 refactor(segment): query buttons via @ContentChildren 2015-12-18 23:00:04 -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
068f3ceb29 Merge remote-tracking branch 'origin/master' into WIP-api-demos 2015-12-16 11:13:03 -06:00
ff42d30073 docs(radio): add api demo link 2015-12-15 13:05:01 -06:00
7c8c56ee3e fix(aria): aria label/id updates 2015-12-14 21:34:40 -06:00
5d6d9b9610 chore(upgrad): ng alpha52 and case-sensitive templates 2015-12-10 22:52:55 -06:00
d464d5cb1c remove angular2/angular2 imports 2015-12-10 16:41:57 -06:00
854d90f4c1 refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name
references #689
2015-12-09 17:20:11 -05:00
243f03e545 Merge branch 'alpha50' into css-refactor 2015-12-09 07:47:30 -06:00
30b88d746b chore(): add ng prefix to lifecycle interfaces 2015-12-08 21:38:26 -06:00
329007c716 refactor(radio): removed global radio file and moved to the modes
references #689
2015-12-08 10:52:07 -05:00
f257a50265 refactor(radio): moved disable color to modes so it is easier to override
references #689
2015-12-07 16:26:00 -05:00
c6d5692f72 refactor(radio): fixed radio nesting, added sass variables for easier customization
references #689
2015-12-07 15:23:35 -05:00
022d873723 update item/list variable setup 2015-12-04 23:45:39 -06:00
d8f235d09d fix color inheritance, core components should not contain colors 2015-12-04 23:23:55 -06:00
78a3ce12b1 move button colors to ios button 2015-12-04 21:53:48 -06:00
831ec87308 import mode globals in all mode components 2015-12-04 21:34:27 -06:00
5d3e9a4f99 Merge branch 'master' into css-refactor 2015-12-04 17:04:00 -05:00
28bb668d43 docs(api): add links to component sections 2015-12-04 13:55:43 -06:00
d833e747cb refactor(): move core component imports to mode component files 2015-12-04 13:07:40 -06:00
79bd85c8c8 refactor(radio): converted ion-radio-group to an ion-list with radio-group attribute
Changed Sass to style ion-list instead of the list class. Removed list
class from radios and lists. Closes #650
2015-11-25 17:00:37 -05:00
4f9583d2b8 fix(radio): fixed radio so if the radio is checked it will update the value itself
fixes #530
2015-11-25 16:52:27 -05:00
8feb951bf5 fix(radio): add ability to set ng-model on a radio group and check the corresponding radio button with that value
added a test for ng-model with a radio. references #530
2015-11-25 16:52:27 -05:00
725e09335d style(list): rename ion-header to ion-list-header EVERYWHERE
closes #418
2015-11-24 16:58:19 -05:00