docs($rootScope): remove erroneous closing parenthesis

Closes #10549
This commit is contained in:
Caitlin Potter
2014-12-22 08:33:10 -05:00
parent 25623b709f
commit 7f5051bb2a

View File

@@ -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}.