Commit Graph

3474 Commits

Author SHA1 Message Date
Adam Bradley
80d67fbee3 chore(): update-angular.sh 2014-12-12 20:51:00 -06:00
Adam Bradley
3baa66c313 refactor(delegateService): expose ionic.DelegateService
This change makes the DelegateService available on the ionic namespace.
It is useful so external directives can follow the delegate pattern set
by the framework itself.
2014-12-12 20:33:02 -06:00
Adam Bradley
d6bff56445 feat($ionicView.unloaded): emit when view unloaded 2014-12-12 16:27:41 -06:00
Adam Bradley
6eb7eb192c Merge pull request #2390 from wesleycho/perf-infinite-scroll
perf(infiniteScroll): Use isolate scope
2014-12-12 15:27:36 -06:00
Max Lynch
9f437a8c2b fix(scroll): ion-scroll swallows scroll events by default. Fixes #2695 2014-12-12 15:11:28 -06:00
Adam Bradley
f63b8c1a8e chore(bower): angular-ui-router 0.2.13 2014-12-12 13:17:10 -06:00
Perry Govier
161bf811cd test(header): has-tabs-top test accounts for footer 2014-12-12 11:41:26 -06:00
Perry Govier
b6e2fbad88 amend(tabs): prevent footer from having tabs top and re-add $tabs-striped-off-opacity 2014-12-12 11:32:53 -06:00
Max Lynch
9ddce8f149 feat(items): better item remove animations 2014-12-11 16:01:36 -06:00
Max Lynch
35173c8d32 fix(item): option button enables swiping 2014-12-11 13:18:46 -06:00
Max Lynch
81e22f5057 fix(tabs): removed active color inherit for tabs striped 2014-12-11 12:16:31 -06:00
Adam Bradley
fc670ebf2b chore(update): upgrade to UI-Router 0.2.13 2014-12-11 11:05:02 -06:00
Adam Bradley
460dc4fc96 fix(cache): remove between histories using maxCache(0) 2014-12-11 09:15:20 -06:00
Adam Bradley
57cafc6005 chore(update): upgrade to Angular v1.3.6 2014-12-11 08:07:58 -06:00
Adam Bradley
a9c210970b Merge pull request #2706 from worldsoup/update-circle-badge
docs(): update circleci badge
2014-12-11 05:42:35 -06:00
Nick Gottlieb
5a117216fc update circleci badge 2014-12-10 16:50:46 -08:00
Adam Bradley
5392dbac13 refactor(transition): update android transitions 2014-12-10 17:41:25 -06:00
Perry Govier
b830c89975 amend(buttons): only adjust back button font weight 2014-12-10 17:08:14 -06:00
Perry Govier
1476b40112 Merge branch 'master' of github.com:driftyco/ionic 2014-12-10 17:03:07 -06:00
Perry Govier
11b774da05 fix(buttons): update clear button text weight to match native styles 2014-12-10 17:02:55 -06:00
Max Lynch
3ddf19543a fix(tabs): don't show color for active android tabs 2014-12-10 16:56:21 -06:00
Perry Govier
84b12b16ce Merge branch 'master' of github.com:driftyco/ionic 2014-12-10 13:32:45 -06:00
Perry Govier
ae4a3bbd0f fix(tabs): properly style ios tabs-top
Breaking Change: SCSS var $tabs-striped-off-opacity has been renamed to $tabs-off-opacity
2014-12-10 13:32:31 -06:00
Adam Bradley
9f4faa4aa4 fix(slidebox): add delegate filter 2014-12-10 08:25:44 -06:00
Perry Govier
f2705c6376 test(header): remove describe iit 2014-12-09 18:04:55 -06:00
Perry Govier
3c330bc030 amend(header): fix for has-tabs-top false positive 2014-12-09 17:51:01 -06:00
Andrew
2910f508a9 refactor(): put old sliderView back 2014-12-09 14:51:48 -07:00
Adam Bradley
c35d69115e refactor(scrollView): do not update if not rendered 2014-12-09 15:27:06 -06:00
Perry Govier
6410e1ff62 Merge branch 'master' of github.com:driftyco/ionic 2014-12-09 13:24:34 -06:00
Perry Govier
11e1bab0e0 fix(header): remove bottom border when footer has tabs-top 2014-12-09 13:24:27 -06:00
Adam Bradley
129e69b081 fix(cache): do not cache view after history change
If a view is set to not be cached, and it is the first view that was
loaded, and the next navigation was to a different history with its own
ion-nav-views (tabs), then remove the first view. Also allow for the
cache state property to be a string ‘false’ and boolean false.
2014-12-09 10:53:31 -06:00
Perry Govier
49c861df5b Merge branch 'master' of github.com:driftyco/ionic 2014-12-08 19:39:36 -06:00
Perry Govier
b75708ad5c fix(tabs): corrected default tabs-striped colors 2014-12-08 19:36:36 -06:00
Adam Bradley
dd71524ed3 fix(popup): release backdrop when multiple popups 2014-12-08 16:56:01 -06:00
Adam Bradley
5c1d0fa2b7 fix(bar): do not disable pointer-events in nav-bar 2014-12-08 15:52:36 -06:00
Adam Bradley
14292a4186 refactor(tabs-striped): remove bottom box-shadow 2014-12-08 14:06:17 -06:00
Adam Bradley
e53581b805 fix(header): update title align after rAF 2014-12-08 12:03:08 -06:00
Adam Bradley
1a785afb0a refactor(slideBox): work w/ parent scope disconnect 2014-12-08 11:24:46 -06:00
Perry Govier
4130c5a1c3 docs(assorted): updating docs for legibility
mostly relating to beta 14 related changes
2014-12-08 10:48:30 -06:00
Adam Bradley
8ec3979ce5 fix(slideBox): disable autoPlay when disconnected 2014-12-08 01:59:24 -06:00
Adam Bradley
7b39bc442e fix(isActiveScope): find active scope
Find a slide box within a modal within the active tab within a side
menu, each history with cached views. Find the active scroll view with
multiple tabs. Find a slide box when the modal is attached to the tabs
controller.
2014-12-08 01:08:19 -06:00
Adam Bradley
37dd84c6de fix(view): do not register abstract states
Closes #2642
2014-12-07 01:31:09 -06:00
Adam Bradley
cf2556b789 Merge pull request #2668 from toychicken/patch-1
docs(popover): add fromTemplate() example
2014-12-06 23:48:30 -06:00
Adam Bradley
12bb8de55e fix(modal): focus on inputs under keyboard 2014-12-06 22:44:02 -06:00
Adam Bradley
9f1f86d18b Merge pull request #2608 from pauljandrew/patch-1
docs(platform): version is a number
2014-12-06 21:19:24 -06:00
Adam Bradley
90a96bd120 Merge branch 'master' of https://github.com/driftyco/ionic 2014-12-06 21:15:29 -06:00
Adam Bradley
9289f9ccd9 style(): set $bar-height to $bar-subheader-height 2014-12-06 21:15:20 -06:00
Adam Bradley
45fb47fd2e Merge branch 'arturokunder-variable-subheader-height' 2014-12-06 21:12:37 -06:00
Adam Bradley
871f79541c Merge branch 'variable-subheader-height' of https://github.com/arturokunder/ionic into arturokunder-variable-subheader-height 2014-12-06 21:09:40 -06:00
Adam Bradley
da8dadd8e1 Merge pull request #2669 from kevnk/patch-1
style(): use $button-border-radius on button-bar buttons
2014-12-06 21:01:40 -06:00