Commit Graph

219 Commits

Author SHA1 Message Date
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
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
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
Julien Renaux
9bcc89be81 Update ionicConfig.js
Fix typo on doc
2014-12-02 23:13:01 +01: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
Adam Bradley
bba9e795ca fix(menuClose): expire nextViewOptions 2014-12-01 10:41:40 -06:00
Andrew
17d0c5b852 refactor(delegateService): make more DRY, increase perf 2014-11-26 10:11:49 -07:00
Adam Bradley
5966c675f5 fix(view): prevent flicker 2014-11-26 10:11:21 -06:00
Adam Bradley
61916c61bb fix(delegate): find delegate when multiple parent histories 2014-11-25 09:37:58 -06:00
Adam Bradley
fb81f9704f fix(disconnect): move scope disconnect before enter 2014-11-24 23:03:30 -06:00
Adam Bradley
03d2f1ca8f fix(delegate): isActiveScope climb parent scopes 2014-11-24 21:54:02 -06:00
Adam Bradley
0c1b23d980 feat(checkbox): checkbox-square/platform updates 2014-11-24 13:37:09 -06:00
Adam Bradley
0951b97f06 fix(delegates): find active instance 2014-11-23 22:42:59 -06:00
Adam Bradley
beb45c17e8 chore($ionicSlideBoxDelegate): deprecated methods 2014-11-22 23:21:33 -06:00
Adam Bradley
4ba4b44f47 fix(navDirection): use correct direction value 2014-11-21 17:30:52 -06:00
Adam Bradley
2683ffd075 feat(clearCache): create $ionicHistory.clearCache() 2014-11-21 17:09:55 -06:00
Adam Bradley
60f76b2f01 refactor(navViewController): move view switcher logic
Move some of the $ionicViewSwitcher logic into the navViewController so
each ionNavView is capable of updating its own child ionView elements.
2014-11-20 16:12:44 -06:00
Adam Bradley
b4e4055a06 refactor(backButton): separate show/enable logic
Previously the showBack property was setting if the back button should
or should not be enabled, and it was also used if the back button
should be hidden or not for the view. Changed it so there are now two
concepts, where showBack is visual only, and enableBack determines if
it should show according to $ionicHistory and navigation info.
2014-11-19 11:38:14 -06:00
Adam Bradley
00aa24fc7f fix(scroll): $historyId should default to root 2014-11-18 21:07:15 -06:00
Adam Bradley
46cbaf9527 fix(scroll): find delegate by historyId
Closes #2572
2014-11-18 16:07:57 -06:00
Adam Bradley
6276506d4f feat(delegateService): create filterFn to find active 2014-11-18 08:46:46 -06:00
Adam Bradley
b136b162e6 docs(view): view lifecycle and events 2014-11-17 14:28:56 -06:00
Adam Bradley
5ab49b5df8 refactor(viewEvents): create loaded, enter, leave
Add to the possible events emitted from the view’s scope,
$ionicView.loaded, $ionicView.enter, $ionicView.leave, in addition to
the existing events.
2014-11-17 13:20:16 -06:00
mhartington
acf3822ae2 docs(ionicConfig): update navBar config 2014-11-17 13:37:20 -05:00
mhartington
2eb6726571 docs(ionicConfig): added navBar config 2014-11-17 13:31:37 -05:00
Adam Bradley
be28ac8f90 chore($ionicViewService): deprecate 2014-11-16 22:14:15 -06:00
Adam Bradley
d1a80d4950 fix(tabs): fix goToHistoryRoot 2014-11-16 21:24:59 -06:00
Adam Bradley
4833467d86 fix($ionicHistory): pop duplicate view registers 2014-11-16 00:25:25 -06:00
Adam Bradley
21d4af8cf9 chore(navBarController): deprecate methods w/ warnings 2014-11-15 15:11:46 -06:00
Adam Bradley
05be19d3ad test(ionicConfig): update config tests 2014-11-15 12:36:02 -06:00
Adam Bradley
0ecbf801b2 refactor(transition): remove navBar.transition config 2014-11-15 12:32:49 -06:00
Drew Rygh
94c6b42b02 docs(loading): add missing documentation for passing scope
Closes #1982
2014-11-14 10:58:53 -06:00
Adam Bradley
ef9ab2ad86 docs($ionicHistory): add docs 2014-11-14 10:09:26 -06:00
Adam Bradley
08353f6703 refactor($ionicHistory): add nextViewOptions 2014-11-13 21:14:40 -06:00
Adam Bradley
6b4cde3098 docs($ionicNavBarDelegate): update to use title() 2014-11-13 16:20:40 -06:00
Adam Bradley
4ee22dd818 refactor($ionicConfig): separate transition JS 2014-11-13 16:08:09 -06:00
Adam Bradley
8e6ebc6138 docs($ionicConfigProvider): update text 2014-11-13 10:29:47 -06:00
Adam Bradley
1a295f1455 docs(ionView): $ionicView events 2014-11-13 09:38:02 -06:00
Adam Bradley
6a09929949 docs(): add navDirection/navTransition to menu 2014-11-13 08:56:24 -06:00
Adam Bradley
49aaed7e7b fix(menuClose): add resetHistory() to menuClose 2014-11-12 22:22:39 -06:00
Adam Bradley
ba3eefdf8a feat(menuClose): do not show next back button
When navigating to a view from a button/link with the `menuClose`
attribute directive, the back button should not show for the next view.
2014-11-12 12:30:11 -06:00
Adam Bradley
786c6d9749 feat($ionicConfig): chaining config properties 2014-11-12 11:19:08 -06:00