diff options
| author | Luke Eller | 2013-12-20 11:25:48 +1100 |
|---|---|---|
| committer | linclark | 2014-03-24 19:09:02 -0400 |
| commit | fb2ae5660e5da056ac6f7598169c5cbd91a1d25c (patch) | |
| tree | b211dc88ace6ff32169f3c68b0e768e371aad29a | |
| parent | 2c4b3573cc7ace60c74d10d7a0620c05f969aac1 (diff) | |
| download | angular.js-fb2ae5660e5da056ac6f7598169c5cbd91a1d25c.tar.bz2 | |
docs(guides/directive): add (') to contraction
add apostrophe (') to contraction
| -rw-r--r-- | docs/content/guide/directive.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index a6e839bd..319eb945 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -737,7 +737,7 @@ own behavior to it. </example> We want to run the function we pass by invoking it from the directive's scope, but have it run -in the context of the scope where its registered. +in the context of the scope where it's registered. We saw earlier how to use `=attr` in the `scope` option, but in the above example, we're using `&attr` instead. The `&` binding allows a directive to trigger evaluation of an expression in |
