Skip to content

Commit 6f42432

Browse files
committed
Merge pull request #2239 from yalamber/patch-1
docs(infiniteScroll): correct $stateChangeSuccess
2 parents cb06643 + 8f7a148 commit 6f42432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/angular/directive/infiniteScroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* });
4545
* };
4646
*
47-
* $scope.$on('stateChangeSuccess', function() {
47+
* $scope.$on('$stateChangeSuccess', function() {
4848
* $scope.loadMore();
4949
* });
5050
* }

0 commit comments

Comments
 (0)