mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-09 09:00:34 +08:00
docs($interval): fix typo in example
It's not "nis", it's "is"! 〜( ̄▽ ̄)〜 Closes #8711
This commit is contained in:
committed by
Caitlin Potter
parent
888b0f5400
commit
4e79decc30
@@ -80,7 +80,7 @@ function $IntervalProvider() {
|
||||
* };
|
||||
*
|
||||
* $scope.$on('$destroy', function() {
|
||||
* // Make sure that the interval nis destroyed too
|
||||
* // Make sure that the interval is destroyed too
|
||||
* $scope.stopFight();
|
||||
* });
|
||||
* }])
|
||||
|
||||
Reference in New Issue
Block a user