Commit Graph

528 Commits

Author SHA1 Message Date
Max Lynch
35173c8d32 fix(item): option button enables swiping 2014-12-11 13:18:46 -06:00
Adam Bradley
460dc4fc96 fix(cache): remove between histories using maxCache(0) 2014-12-11 09:15:20 -06:00
Adam Bradley
5392dbac13 refactor(transition): update android transitions 2014-12-10 17:41:25 -06:00
Adam Bradley
9f4faa4aa4 fix(slidebox): add delegate filter 2014-12-10 08:25:44 -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
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
Adam Bradley
dd71524ed3 fix(popup): release backdrop when multiple popups 2014-12-08 16:56:01 -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
4fc92c6ef5 refactor(backButton): update activated state 2014-12-05 14:28:46 -06:00
Andrew
8d7c8903bb feat($ionicLoading): allow options.hideOnStateChange
Closes #2676
2014-12-05 12:39:55 -07:00
Adam Bradley
c86962fbfb fix(tabs): slide box within modal within tabs 2014-12-05 11:40:00 -06:00
Adam Bradley
3bcda3f2f1 fix(modal): align header title after viewable 2014-12-04 15:11:15 -06:00
Andrew
8fe58b4a24 amend(slideBox): check index validity when select happens 2014-12-04 13:42:17 -07:00
Andrew
ee1d5d9ce8 fix(slideBox): if selected binding is string, parse to integer 2014-12-04 13:33:21 -07:00
Adam Bradley
b1c51ab712 refactor($compileProvider): always add $scope to element
Parts of Ionic requires that $scope data is attached to the element. We
do not want to disable adding $scope data to the $element when
$compileProvider.debugInfoEnabled(false) is used.
2014-12-04 12:14:48 -06:00
Adam Bradley
69b1a03dbf refactor(clickBlock): only use click block when animating 2014-12-04 08:56:20 -06:00
Leigh Garland
96978aee51 Update popover.js
Hi, just added an example for the .fromTemplate() method in the docs
2014-12-04 13:27:36 +00:00
Adam Bradley
6a1c53301c fix(sideMenu): enable menu w/ different historyId back view 2014-12-03 23:28:00 -06:00
Adam Bradley
592a916dec Merge pull request #2656 from shprink/patch-1
docs(ionicConfig): correct ionicConfig example
2014-12-03 08:40:01 -06:00
Adam Bradley
096784984f fix(clickBlock): cancel pending show if already hidden 2014-12-03 08:03:30 -06:00
Adam Bradley
6b4963ea6f refactor(transition): no timeout after render 2014-12-03 01:57:51 -06:00
Adam Bradley
8a6bf1ab6f refactor(clickBlock): reduce auto expire 2014-12-03 01:52:27 -06:00
Adam Bradley
9513eb60ba style(jscs): code formatting 2014-12-03 01:04:40 -06:00
Adam Bradley
ab99b13be8 fix(tabs): remove cache=false tab view element 2014-12-02 23:49:36 -06:00
Julien Renaux
9bcc89be81 Update ionicConfig.js
Fix typo on doc
2014-12-02 23:13:01 +01:00
Adam Bradley
0fd6e915aa fix($ionicTabsDelegate): find active tab instance 2014-12-02 15:43:28 -06:00
Adam Bradley
767362bebd fix(tabs): remove unselected tabs on clearCache 2014-12-02 11:50:28 -06:00
Andrew
cd5aaa5df2 feat(slideBox): add on-slide-start callback 2014-12-01 16:10:53 -07:00
Adam Bradley
55b35b5409 feat(ionNavTitle): HTML nav-bar titles 2014-12-01 15:56:35 -06:00
Andrew
73cd0c8563 style(slideBox): fix the fix for scrolling 2014-12-01 14:45:46 -07:00
Andrew
de4ffa39f9 style(slideBox): stop scroll once horizontal dragging is active 2014-12-01 14:43:59 -07:00
Andrew
3f33a3cd1c refactor(slideBox): store/retrieve slide content scope in a more robust manner 2014-12-01 13:18:35 -07:00
Andrew
cc7a6fd44c amend(slideBox): when changing by >=2 slides, transition correctly 2014-12-01 13:10:56 -07:00
Andrew
a49e577db8 fix(collectionRepeat): parse collection-item-height/width to int
Closes #2633.
2014-12-01 10:58:44 -07:00
Adam Bradley
bba9e795ca fix(menuClose): expire nextViewOptions 2014-12-01 10:41:40 -06:00
Andrew
e74de97ce2 style(slideBox): cleanup unused vars 2014-12-01 06:56:30 -07:00
Adam Bradley
8640924b44 fix(view): digest view scope before transition 2014-11-30 21:36:45 -06:00
Adam Bradley
92d0385cb1 chore(tab): do not add .pane to ion-nav-view tab 2014-11-30 10:20:26 -06:00
Andrew
597e28c957 refactor(slideBox): properly use size of parent, perf increase 2014-11-30 03:14:29 -07:00
Adam Bradley
3ddaf34722 fix(collectionRepeat): rerender after resize/enter
Previously on every `beforeEnter`, collection-repeats within a
ion-nav-view would rerender. However, this is only necessary when the
window resizes. The rerender already works when the collection-repeat
is within the active view because the scroll view has accurate
dimensions. But when the collection-repeat is within a cached view it
does not have dimensions, causing the rerender to incorrectly place its
items. This update will only rerender the collection-repeat if there
was a window resize, and the scroll view which the collection-repeat
was in, did not have dimensions at the time of the resize. If/when the
view becomes the active view again, the collection-repeat will rerender
on `afterEnter` when the scroll view has accurate dimensions.
2014-11-30 01:01:56 -06:00