mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #2239 from yalamber/patch-1
docs(infiniteScroll): correct $stateChangeSuccess
This commit is contained in:
2
js/angular/directive/infiniteScroll.js
vendored
2
js/angular/directive/infiniteScroll.js
vendored
@@ -44,7 +44,7 @@
|
||||
* });
|
||||
* };
|
||||
*
|
||||
* $scope.$on('stateChangeSuccess', function() {
|
||||
* $scope.$on('$stateChangeSuccess', function() {
|
||||
* $scope.loadMore();
|
||||
* });
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user