Skip to content

Instantly share code, notes, and snippets.

@almaron
Created June 16, 2014 12:58
Show Gist options
  • Save almaron/c3f01a022de08b0338c8 to your computer and use it in GitHub Desktop.
Save almaron/c3f01a022de08b0338c8 to your computer and use it in GitHub Desktop.
$scope.$watch "postPagination.cur", (newVal) ->
if angular.isDefined newVal && newVal
$scope.loadPosts newVal
$window.history.pushState({},"",$scope.currentPath+"?page="+newVal)
$anchorScroll()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment