Commit Graph

7 Commits

Author SHA1 Message Date
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
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
6276506d4f feat(delegateService): create filterFn to find active 2014-11-18 08:46:46 -06:00
Adam Bradley
21d4af8cf9 chore(navBarController): deprecate methods w/ warnings 2014-11-15 15:11:46 -06:00
Adam Bradley
6b4cde3098 docs($ionicNavBarDelegate): update to use title() 2014-11-13 16:20:40 -06:00
Adam Bradley
a481f5176f docs(navBarDelegate): update available methods 2014-11-12 09:15:21 -06:00
Andy Joslin
14a2790749 refactor(): reorganize source files 2014-04-14 10:47:27 -06:00