mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-11 10:59:24 +08:00
fix(docs) typo
This commit is contained in:
@@ -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 child = $rootScope.$new();
|
||||
$rootScope.$watch(function() { log += 'a'; });
|
||||
|
||||
Reference in New Issue
Block a user