mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +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
|
||||
* 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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue