Created
March 27, 2014 23:59
-
-
Save scottbaggett/9821913 to your computer and use it in GitHub Desktop.
Overrule the autoscroll behavior inside ui-router
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # autoscroll=true has to be on the ui-view for this to fire. | |
| $provide.decorator "$uiViewScroll", ($delegate, $window) -> | |
| (uiViewElement) -> | |
| angular.element($window).scrollTop(0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment