Skip to content

Commit 53f5b01

Browse files
committed
docs: s/destroy/$destroy
1 parent 36f386f commit 53f5b01

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)