diff options
Diffstat (limited to 'docs/content/guide/expression.ngdoc')
| -rw-r--r-- | docs/content/guide/expression.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/expression.ngdoc b/docs/content/guide/expression.ngdoc index 5aa05236..58581047 100644 --- a/docs/content/guide/expression.ngdoc +++ b/docs/content/guide/expression.ngdoc @@ -30,7 +30,7 @@ You can think of Angular expressions as JavaScript expressions with following di If, on the other hand, you do want to run arbitrary JavaScript code, you should make it a controller method and call the method. If you want to `eval()` an angular expression from -JavaScript, use the {@link ng.$rootScope.Scope#methods_$eval `$eval()`} method. +JavaScript, use the {@link ng.$rootScope.Scope#$eval `$eval()`} method. ## Example <example> |
