mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-04 21:24:42 +00:00
fix(docs) typo
This commit is contained in:
parent
fa62ea810f
commit
c269eb3d26
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