35 Commits

Author SHA1 Message Date
4b36c3430d chore(angular): update to angular 2.0.0-rc.1 2016-05-05 10:45:49 -07:00
9d4ded1d31 docs(select): update API docs to include the interface property
Exposed some private properties to the docs. Changed the interface
errors to warnings.

closes driftyco/ionic-site#568
2016-04-22 17:10:21 -04:00
47cdfaf87a style: fix ts linter errors 2016-04-20 16:15:22 -04: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
cde6a8bd6c Merge pull request #6211 from jccf091/jccf091-patch-1
docs(select): update select.ts docs
2016-04-18 08:50:44 -05:00
a40c1c3b8d update select.ts docs
incorrent closing tag
2016-04-18 12:49:04 +08:00
1c67b0269b feat(select): fallback to alert interface when more than 6 opts 2016-04-16 21:40:41 -05:00
acc6321d0d chore: add ViewEncapsulation.None to components
Closes #5884
2016-04-10 20:38:04 -05:00
6f3b9bef82 style(tslint): tslint updates 2016-04-06 21:28:52 -05:00
81096f1c12 feat(select): using action-sheet as ion-select interface 2016-03-09 23:57:22 +01:00
b967b1ee7e fix(select): improve value comparisons 2016-03-06 20:43:31 -06:00
b219de5f9f fix(select): do not open on form submit
Closes #5596
2016-03-05 00:40:58 -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
6a7c97d77e feat(select): cancel output event
Closes #5439
2016-02-13 00:42:37 -06:00
5941042a98 chore() normalize types in docs 2016-02-12 15:51:28 -05:00
9a4b6bb9b0 docs(demos): add demo for select
references driftyco/ionic-site#397
2016-02-05 14:43:19 -05:00
0fb297fe34 docs(select): update docs 2016-02-02 14:16:32 -05:00
c264e3187b fix(select): null value clears select text
Closes #5288
2016-02-01 15:56:51 -06:00
58443f0ff3 fix(select): always update value and text 2016-01-28 21:30:58 -06:00
eb03159d08 fix(select): fix select disabled state 2016-01-27 23:03:05 -06:00
0a04522d38 fix(select): update text on ngModel change 2016-01-27 22:22:40 -06:00
e19d4e38c0 feat(select): emit change and select events
Closes #5219
2016-01-27 13:16:07 -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
3a41dfeb6b chore(): more type fixes 2016-01-13 16:34:27 -06:00
bd69104ac1 chore(): fix types Select 2016-01-13 15:09:14 -06:00
70de648538 Auto select Option with default value if none is checked 2016-01-10 00:07:14 +07:00
d4cf6d83f2 docs(): fix spelling 2016-01-08 21:09:05 -06:00
ca678c0af8 docs(select): ion-select docs 2016-01-08 21:05:04 -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