Skip to content

Commit a95546b

Browse files
committed
Merge pull request #4114 from lookfirst/patch-1
fix(docs): s/destroy/$destroy
2 parents 9f9bc7e + 53f5b01 commit a95546b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/tutorial/190_large_dataset.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Demonstrates the following:
3434
$scope.gridOptions.data = data;
3535
});
3636

37-
$scope.$on('destroy', function(){
37+
$scope.$on('$destroy', function(){
3838
canceler.resolve(); // Aborts the $http request if it isn't finished.
3939
});
4040
}]);

0 commit comments

Comments
 (0)