2b9db258da
test: fix e2e tests for toggle and checkbox
2016-02-13 13:30:41 -05: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
019009a3e2
chore(): fix bad types for docs
2016-02-12 16:36:27 -05: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
12c2709559
docs(checkbox): update inputs/outputs
2016-02-10 13:32:22 -05:00
329c1127c5
docs(checkbox): updates methods and inputs
2016-02-01 12:01:38 -05:00
8466d39555
feat(checkbox): add bg transition to md checkbox
2016-01-28 21:28:00 -06:00
9749b06aa9
fix(css): minor updates to match previous snapshots
2016-01-28 21:20:08 -06:00
dbc681fb7c
docs(): hide methods not requiring docs
2016-01-27 14:27:36 -06:00
6890532ab4
feat(checkbox): stand-alone checkbox components
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
1a3d8c8814
fix(Input): put @Input above getters
2016-01-14 20:05:03 -06:00
8fdc9ed673
chore(): fix NavController typescript errors
2016-01-12 21:41:37 -06:00
270fca0c50
feat(select): ion-select using alert radio/checkbox options
...
Closes #890 Closes #826 Closes #886
2016-01-08 16:26:07 -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
15bbe75649
fix(checkbox): use renderer for checked
2016-01-06 14:37:56 -06:00
883e1b68b1
refactor(icon): rename icon to ion-icon
...
Closes #855
2016-01-05 22:27:07 -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
7c8c56ee3e
fix(aria): aria label/id updates
2015-12-14 21:34:40 -06:00
b0d685ea85
docs()
...
References #740
2015-12-14 18:13:29 -05: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
791cb2017e
docs(demos/checkbox): checkbox api demo
2015-12-10 12:42:34 -06:00
fa0a75aa2d
docs(checkbox): toggle() should be private
2015-12-09 16:31:29 -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
46d129ce24
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
2015-12-07 18:17:15 -05:00
4025a01fe0
checkbox updates
2015-12-05 21:48:47 -06: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
8d6ec9efa5
docs(checkbox): checkbox attribute docs
2015-12-01 21:36:13 -06:00
bc8ff4070f
refactor(sass): individual sass files import globals
2015-11-23 14:51:41 -06:00
a7505f6ac9
fix(disable): disable tap for inputs
...
I know this change allows the bottom line to have an opacity too, but
this is the lesser of evils. Removed use of * selector, and able to
disable tap inputs.
Closes #610
2015-11-20 20:29:28 -06:00
a765ae8145
fix(checkbox): moved border to start where text does MD
...
closes #583
2015-11-20 15:55:29 -05:00
1c7dcc25c4
chore(): use E2EApp as the class name for e2e apps
2015-11-17 12:53:46 -06:00
13fa14dff6
chore(): make members private
2015-11-15 20:37:24 -06:00
9ef27f8c56
refactor(cssClass): use host class instead of renderer
...
Since angular2 alpha46 we can now use host: {‘class’:’item’} without it
getting removed by user css classes.
2015-11-14 15:13:35 -06:00