There was an error while loading. Please reload this page.
2 parents 9f9bc7e + 53f5b01 commit a95546bCopy full SHA for a95546b
misc/tutorial/190_large_dataset.ngdoc
@@ -34,7 +34,7 @@ Demonstrates the following:
34
$scope.gridOptions.data = data;
35
});
36
37
- $scope.$on('destroy', function(){
+ $scope.$on('$destroy', function(){
38
canceler.resolve(); // Aborts the $http request if it isn't finished.
39
40
}]);
0 commit comments