28 Commits

Author SHA1 Message Date
4e375242c6 fix(select): make select full width when with a stacked/floating label
if it is with a floating label, the label will stay stacked instead of
floating

closes #5715
2016-03-09 16:21:35 -05:00
f9aa9c27c0 refactor(label): fix margin for item right in stacked/floating labels
references #5731
2016-03-09 15:14:41 -05:00
4505730ca2 refactor(item): add a wrapper for inputs in order to work with item right vertically
closes #5731
2016-03-09 14:33:42 -05:00
74168278e4 fix(label): remove margin from item-right in a stacked or floating label
references #5319
2016-03-04 13:23:48 -05:00
65ee86f168 fix(label): change the flex for stacked and floating labels so buttons can be added
fixes #5319
2016-03-04 13:23:48 -05:00
ec11ae3adf fix(textarea): width of textarea was exceeding page area 2016-03-04 12:50:13 -05:00
62c7199fd1 Merge branch '2.0' into windows-mode 2016-03-03 13:12:52 -05:00
2b77d52061 docs(API): clean up API docs 2016-03-01 19:24:33 -05:00
02da18b311 Merge branch '2.0' into windows-mode
# Conflicts:
#	ionic/components/searchbar/searchbar.ts
2016-02-29 19:02:55 -05:00
4c93eb06a9 refactor(label): move label css to the correct scss files
references #5651
2016-02-29 12:24:42 -05:00
e05f147945 feat(windows): windows UI cleanup
references #5565
2016-02-25 16:17:26 -05:00
8a1e450264 feat(windows): add label Sass file
references #5565
2016-02-24 12:12:26 -05:00
497d665e4a test(label): remove label test
closes #5391
2016-02-10 14:55:46 -06:00
860dd672b1 docs(label): make inputs private 2016-02-01 15:39:36 -05:00
9749b06aa9 fix(css): minor updates to match previous snapshots 2016-01-28 21:20:08 -06:00
3cbbfdc071 fix(label): fix label for item and inputs by adding flex back 2016-01-27 08:09:37 -06:00
3be89529a7 fix(label): remove left margin for md labels in items
this fixes the line not aligning with the left side of the word
2016-01-27 08:09:37 -06:00
2fc975354a fix(input): clean up CSS on inputs and labels 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
07953672f5 add more types to function parameters and return type 2016-01-19 16:44:46 +08:00
c475a6490b chore(): fix Input types 2016-01-13 23:52:17 -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
94f1e0964e refactor(textInput): use ContentChild, code cleanup 2016-01-05 15:03:59 -06:00
0f64bccc43 chore(): prefix private methods 2015-12-18 15:39:22 -05:00
d19edb1944 fix(label): fix some variable names
references #712
2015-12-17 16:20:10 -05:00
b2fd889914 refactor(label): move label to its own folder and move mode specific styles for label to new files
closes #712
2015-12-17 16:20:10 -05:00