Skip to content
Permalink
Browse files

docs($rootScope): remove erroneous closing parenthesis

Closes #10549
  • Loading branch information
caitp committed Dec 22, 2014
1 parent 25623b7 commit 7f5051bb2a9970876c9c32504110abf7372c7e8b
Showing with 1 addition and 1 deletion.
  1. +1 −1 docs/content/error/$rootScope/infdig.ngdoc
@@ -35,7 +35,7 @@ var users = [ { name: 'Hank' }, { name: 'Francisco' } ];

$scope.getUsers = function() {
return users;
});
};
```

The maximum number of allowed iterations of the `$digest` cycle is controlled via TTL setting which can be configured via {@link ng.$rootScopeProvider $rootScopeProvider}.

0 comments on commit 7f5051b

Please sign in to comment.
You can’t perform that action at this time.