Commit Graph

2303 Commits

Author SHA1 Message Date
Drew Rygh
b2fed25708 docs(label): link to api demo 2015-12-11 17:41:31 -06:00
Drew Rygh
f5bd1e917e docs(refresher): link to api demo 2015-12-11 15:57:01 -06:00
Drew Rygh
1aa2045c30 docs(demos/toolbarTitle): share demo with toolbar 2015-12-11 15:02:45 -06:00
Drew Rygh
e9564ea2ae docs(toolbar/navbar): link sections 2015-12-11 14:52:17 -06:00
Drew Rygh
c800454354 docs(toolbar): link to api demo 2015-12-11 14:41:58 -06:00
mhartington
216374f932 docs() 2015-12-11 15:38:09 -05:00
Drew Rygh
4354c3b1ae docs(platform): fix description 2015-12-11 14:16:07 -06:00
Drew Rygh
76122446d4 wip 2015-12-11 10:33:01 -06:00
Drew Rygh
a54be856f2 docs(demos/platform): api demo 2015-12-11 10:32:45 -06:00
Adam Bradley
c00e740fd5 fix(input): set webkit autofill bg to transparent 2015-12-11 10:20:05 -06:00
mhartington
fc8554b657 docs(navController): update page link 2015-12-11 11:10:16 -05:00
mhartington
5bb9aeb5df docs(page): clean page docs up 2015-12-11 11:03:29 -05:00
Adam Bradley
799f137eb5 fix(input): transparent bg for autofill 2015-12-11 08:58:08 -06:00
mhartington
aa37a06a12 docs(refresher) 2015-12-11 09:39:42 -05:00
Adam Bradley
4ecb9681aa fix(transition): default to ios-transition if animation not found 2015-12-11 08:38:27 -06:00
Adam Bradley
5d6d9b9610 chore(upgrad): ng alpha52 and case-sensitive templates 2015-12-10 22:52:55 -06:00
Adam Bradley
87006dc5be fix(tabs): navbar flicker 2015-12-10 21:44:55 -06:00
Adam Bradley
1ff2231140 fix(platform): fix testNavigatorPlatform regex 2015-12-10 20:43:57 -06:00
Brandy Carney
b8ad42c797 refactor(searchbar): changed Cancel button to show by default
Renamed some searchbar input properties. Fixed the cancel button
showing when it wasn’t focused.
2015-12-10 18:52:19 -05:00
Brandy Carney
ff8169cb0a Merge branch 'master' into searchbar-fix
# Conflicts:
#	ionic/components/searchbar/searchbar.ts
2015-12-10 17:55:44 -05:00
Brandy Carney
ab4ad905a8 refactor(searchbar): converting searchbar input to use a directive
references #666
2015-12-10 17:51:02 -05:00
Tim Lancina
326625bac8 remove switch 2015-12-10 16:47:46 -06:00
Tim Lancina
451f909043 fix import 2015-12-10 16:41:57 -06:00
Tim Lancina
d464d5cb1c remove angular2/angular2 imports 2015-12-10 16:41:57 -06:00
Tim Lancina
bee68c1bad Split decorators into separate files
Resolves circular ref with ConfigComponent
2015-12-10 16:39:56 -06:00
Tim Lancina
fd3b9ee03e derp 2015-12-10 16:39:56 -06:00
Tim Lancina
4846a0b1d2 fix import path 2015-12-10 16:39:56 -06:00
Tim Lancina
0270be3305 fix blocking TS errors 2015-12-10 16:39:56 -06:00
Adam Bradley
62b31f1b1d chore(navCtrl): print out error msg for invalid component 2015-12-10 15:13:42 -06:00
Adam Bradley
3952bff8c9 fix(toggle): export toggle component 2015-12-10 15:06:45 -06:00
Adam Bradley
3afc48cf61 fix(toggle): use caps for tag name check 2015-12-10 14:58:13 -06:00
Adam Bradley
7f94b33c54 refactor(toggle): renamed ion-switch to ion-toggle 2015-12-10 14:50:52 -06:00
Brandy Carney
b6fc63aaba fix(text-input): fix floating labels by getting the value of the ngControl if it exists
Added some test cases for this to the floating labels example. Closes
#710
2015-12-10 15:21:01 -05:00
Brandy Carney
59c7aab15f refactor(headings): update heading sizes 2015-12-10 14:54:53 -05:00
Adam Bradley
025176d67c refactor(headings): update heading sizes 2015-12-10 13:49:20 -06:00
Adam Bradley
ecb35c7c6c feat(img): default to max-width: 100% 2015-12-10 13:26:19 -06:00
Drew Rygh
8929510197 docs(demos/switch): api demo 2015-12-10 12:54:21 -06:00
Drew Rygh
791cb2017e docs(demos/checkbox): checkbox api demo 2015-12-10 12:42:34 -06:00
Drew Rygh
aa884c9da5 chore(sass): fix file paths 2015-12-10 12:42:33 -06:00
Brandy Carney
37ca863531 fix(segment): fixed segment UI not updating when changing value from view button
Added a test for this. Closes #657
2015-12-10 12:58:59 -05:00
Adam Bradley
9f0ab4a86e feat(page): auto-add css className built from JS component name 2015-12-10 11:34:12 -06:00
Brandy Carney
901508e035 fix(toolbar/tabs): change toolbar-background to use the background property
Renamed Sass variables for toolbar and tabbar to use just background,
not color. Closes #716
2015-12-10 11:10:53 -05:00
Adam Bradley
5793716b67 feat(rootNav): create rootNav property on NavController/Tabs
#714
2015-12-10 07:35:25 -06:00
Adam Bradley
f520a6319c fix(itemSliding): enableSlidingItems 2015-12-09 21:55:17 -06:00
Adam Bradley
1799d1f421 feat(menu): give menu's unique ids 2015-12-09 21:10:13 -06:00
Drew Rygh
fa0a75aa2d docs(checkbox): toggle() should be private 2015-12-09 16:31:29 -06:00
Drew Rygh
09a0233702 docs(switch): toggle() and check() should be private 2015-12-09 16:31:29 -06:00
Brandy Carney
12abc991f5 Merge branch 'master' into css-refactor 2015-12-09 17:20:13 -05:00
Brandy Carney
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
Drew Rygh
4995d80bc9 docs(blur): description 2015-12-09 16:00:40 -06:00