1269 Commits

Author SHA1 Message Date
9df5b5982f refactor(searchbar): fixed the input background color and placeholder color in toolbars for iOS
references #247
2015-11-04 16:50:29 -05:00
46b161519a test(): right side only menu icon 2015-11-04 14:45:35 -06:00
9075f7b154 chore(): add time/timeEnd console logs 2015-11-04 14:45:35 -06:00
f887f7c7be fix(tab): correct lifecycle calls 2015-11-04 14:45:35 -06:00
704b361348 :derp: 2015-11-04 14:03:48 -06:00
4cc9a14001 fix(segment): Got segment working with ng-model, removed unused code and combined segment component with directive.
Added usage for segment in a form. Removed SegmentControlValueAccessor.
Fixes #344
2015-11-04 14:58:56 -05:00
fa6990cc5f fix(sticky): remove polyfill 2015-11-04 13:30:12 -06:00
40a9615ae3 fix(searchbar): removing background on activation of searchbar buttons md
references #247
2015-11-03 18:04:14 -05:00
d0385aa95d refactor(searchbar): UI fixes for searchbar, added clear input to the default cancel action
references #247
2015-11-03 17:04:26 -05:00
955c110fbf Missing comma... 2015-11-03 15:36:39 -05:00
633466c744 refactor(searchbar): added android cancel icon as a button that calls the cancelAction
This needs to be cleaned up more and made easier to override by the
user, but it’s a step in the right direction. Added the focused class
for when the user is inside of the input since Android doesn’t use
left-align. References #247
2015-11-03 15:36:39 -05:00
62d8cfa149 refactor(searchbar): transformed md search icon to back icon, cleaned up css
references #247
2015-11-03 15:36:39 -05:00
ad3bb2b07f refactor(searchbar): moved the left-align class to the searchbar host element
references #247
2015-11-03 15:36:39 -05:00
024db7bec8 fix(item-group): add sticky item-group-title outside angular zone 2015-11-03 13:08:37 -06:00
2544a633df refactor(searchbar): fixed cancel button when placed in toolbar iOS only
references #247
2015-11-03 13:10:21 -05:00
ab8985c860 update(angular): alpha.45 2015-11-03 10:49:54 -06:00
ead95ac738 refactor(segment): removed div wrapping segment buttons
references #356
2015-11-03 10:35:55 -05:00
86aa23c0ba refactor(searchbar): renamed all selectors, variables, and components from search-bar to searchbar
references #419
2015-11-02 21:07:45 -05:00
0824c3daf3 refactor(searchbar): moved search-bar files to searchbar
references #419
2015-11-02 21:07:44 -05:00
3d4aad8eaa chore(tabbar): rename tab-bar to tabbar 2015-11-02 19:38:30 -06:00
a7a1fbeacd fix(segment): fixed display of segment on iOS and MD mode
references #356
2015-11-02 18:08:05 -05:00
b64bf9dd1d feat(search-bar): added search-bar in toolbar for testing
references #247
2015-11-02 18:08:05 -05:00
7fba34d72e refactor(search-bar): modified search-bar to use search icon as bg, added toolbar styling
references #247
2015-11-02 18:08:05 -05:00
d0301c814e refactor(segment): cleaned up UI of segments inside of a toolbar
references #356
2015-11-02 18:08:05 -05:00
ccd109dfee refactor(toolbar): added the ability to add a search bar or segment in toolbar
Removed ion-segments dependency on being in the ion-title as this
should be for text only. References #356
2015-11-02 18:08:04 -05:00
c19fcd5bed chore(navbar): rename nav-bar files to navbar 2015-11-02 16:52:52 -06:00
ec5d249448 fix(tab-highlight): line on top css
Closes #365
2015-11-02 16:01:55 -06:00
4c3b83fde5 fix(nav): start zIndex at 10 2015-11-02 15:52:06 -06:00
0840bdf0d7 fix(tap): activated/ripple on ion-item-sliding
Closes #413
2015-11-02 15:16:31 -06:00
0edc60eefc chore(nav): make transition/stage private 2015-11-02 12:20:26 -06:00
b336c280b9 feat(nav): pass opts in insert/remove 2015-11-02 12:13:00 -06:00
d38fff878c feat(nav): make popTo public 2015-11-02 12:05:39 -06:00
ef19d7ca61 chore(nav): return transition promises 2015-11-02 12:01:35 -06:00
b8db33ebb8 refactor(nav): move stage to nav-controller 2015-11-02 11:55:53 -06:00
61dc17099d fix(item): prevent propagation on item option buttons. Fixes #412 2015-11-02 10:56:51 -06:00
70db8e695e test(tabs): tabs with a side menu example 2015-11-02 09:30:45 -06:00
71627c327a fix(item): sliding item doesn't click if open 2015-11-02 08:37:30 -06:00
d3e9980f9c fix(menu): enabling/disabling 2015-10-31 15:02:59 -05:00
2c270b3722 feat(menu): enable/disable side menus 2015-10-31 14:41:27 -05:00
b364017ff2 fix(zIndex): ion-page dynamic zIndex 2015-10-31 14:01:23 -05:00
1a865eaf7b feat(nav): animate nested navs 2015-10-30 23:31:23 -05:00
4148ca5636 refactor(item): added the ability to assign no-lines to an item and remove the borders on that item only
references #387
2015-10-30 18:14:50 -04:00
33452f5ce7 refactor(list): combined hairline css together
references #387
2015-10-30 17:53:21 -04:00
04c795ec0e refactor(list): changing no-borders to no-lines b/c Ben hated it
Added line for headers on Android. Added some more tests for cards with
lists. Removed unused CSS. References #387
2015-10-30 17:53:21 -04:00
17f1474527 test(nav): nested navs wip 2015-10-30 16:30:30 -05:00
eb46236b8e test(setRoot): close menu on nav resolve 2015-10-30 15:58:39 -05:00
0b861dde46 fix(setRoot): prevent flicker
Closes #381
2015-10-30 15:42:38 -05:00
fe55efb307 feat(list): added no-borders attribute for lists
if you apply the no-borders attribute it will remove all borders inside
of a list. Added a test case for showing this.
2015-10-30 16:30:29 -04:00
6827adb281 feat(card): added list example to card and modified padding and margin for it
references #387
2015-10-30 16:08:39 -04:00
abaa35f679 fix(button-fab): added box-shadow for activated fab buttons
Removed the use of !important so the activated class would be applied,
added sass variable for it. Closes #392
2015-10-30 12:51:50 -04:00