diff options
| author | Daniel Luz | 2012-09-02 19:42:34 -0300 |
|---|---|---|
| committer | Misko Hevery | 2012-09-11 16:19:42 -0700 |
| commit | dbafbb0de51ffee502dc2e752107839ae67dd1d6 (patch) | |
| tree | f10c97f27ab46755fc05760e5b4a8ef13bea9495 /src/ng | |
| parent | 1d0aa7b7c615ba02bfc020717e36752945aa2e6a (diff) | |
| download | angular.js-dbafbb0de51ffee502dc2e752107839ae67dd1d6.tar.bz2 | |
docs($rootScope): fix typo on $eval
Diffstat (limited to 'src/ng')
| -rw-r--r-- | src/ng/rootScope.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/rootScope.js b/src/ng/rootScope.js index 43bf6cc5..21059cc6 100644 --- a/src/ng/rootScope.js +++ b/src/ng/rootScope.js @@ -486,7 +486,7 @@ function $RootScopeProvider(){ * * @description * Executes the `expression` on the current scope returning the result. Any exceptions in the - * expression are propagated (uncaught). This is useful when evaluating engular expressions. + * expression are propagated (uncaught). This is useful when evaluating Angular expressions. * * # Example * <pre> |
