Created
June 16, 2014 11:05
-
-
Save almaron/cf7d48bff771b2802a2f to your computer and use it in GitHub Desktop.
This file contains 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
$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