Merge pull request #2239 from yalamber/patch-1

docs(infiniteScroll): correct $stateChangeSuccess
This commit is contained in:
Adam Bradley
2014-09-17 21:49:24 -05:00

View File

@@ -44,7 +44,7 @@
* });
* };
*
* $scope.$on('stateChangeSuccess', function() {
* $scope.$on('$stateChangeSuccess', function() {
* $scope.loadMore();
* });
* }