mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 15:24:43 +00:00
docs($rootScope): fix typo on $eval
This commit is contained in:
parent
1d0aa7b7c6
commit
dbafbb0de5
1 changed files with 1 additions and 1 deletions
|
|
@ -486,7 +486,7 @@ function $RootScopeProvider(){
|
||||||
*
|
*
|
||||||
* @description
|
* @description
|
||||||
* Executes the `expression` on the current scope returning the result. Any exceptions in the
|
* 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
|
* # Example
|
||||||
* <pre>
|
* <pre>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue