Skip to content
Permalink
Browse files

docs($rootScope): remove erroneous closing parenthesis

Closes #10549
  • Loading branch information
caitp committed Dec 22, 2014
1 parent 643e7ea commit 77131c0cf687a2e8047c7b4552c3f8c9ec01eac9
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 77131c0

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