Skip to content

Instantly share code, notes, and snippets.

@almaron
Created June 16, 2014 11:05
Show Gist options
  • Save almaron/cf7d48bff771b2802a2f to your computer and use it in GitHub Desktop.
Save almaron/cf7d48bff771b2802a2f to your computer and use it in GitHub Desktop.
$scope.$watch "postPagination.cur", (newVal) ->
if typeof newVal != "undefined" && newVal
console.log 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