I\'m using a fairly simple implementation of Angular Bootstrap UI\'s pagination directive, yet I keep getting an error I cannot figure out. Here\'s the relevant snippets:
Just to give concrete example:
and then tie pageChanged in your scope:
$scope.pageChanged=function(){ console.log("Current page" + $scope.currentPage); };