Skip to content
Permalink
Browse files

docs($rootScope): remove erroneous closing parenthesis

Closes #10549
  • Loading branch information
caitp committed Dec 22, 2014
1 parent 7b9b822 commit c85d064ecf26f7748332c6a2526226829a7d4bf7
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 c85d064

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