Skip to content

Instantly share code, notes, and snippets.

@scottbaggett
Created March 27, 2014 23:59
Show Gist options
  • Select an option

  • Save scottbaggett/9821913 to your computer and use it in GitHub Desktop.

Select an option

Save scottbaggett/9821913 to your computer and use it in GitHub Desktop.
Overrule the autoscroll behavior inside ui-router
# 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