mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-27 06:54:01 +00:00
fix(docs) typo
This commit is contained in:
parent
2af0348cea
commit
f61d36861d
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ describe('Scope', function() {
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
||||||
it('should repeat watch cycle from the root elemnt', inject(function($rootScope) {
|
it('should repeat watch cycle from the root element', inject(function($rootScope) {
|
||||||
var log = '';
|
var log = '';
|
||||||
var child = $rootScope.$new();
|
var child = $rootScope.$new();
|
||||||
$rootScope.$watch(function() { log += 'a'; });
|
$rootScope.$watch(function() { log += 'a'; });
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue