aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLuke Eller2013-12-20 11:25:48 +1100
committerlinclark2014-03-24 19:05:23 -0400
commit3f609f99527d1a9ddfc371a9eb872ded1664f614 (patch)
tree50f061991fcafd68d2ce745eb8c5d343d69586fa /docs
parent76dbb6e395040742e7ca7be4b6d6d397bf5a7006 (diff)
downloadangular.js-3f609f99527d1a9ddfc371a9eb872ded1664f614.tar.bz2
docs(guides/directive): add (') to contractionHEADmaster
add apostrophe (') to contraction
Diffstat (limited to 'docs')
-rw-r--r--docs/content/guide/directive.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc
index 2a9f293c..2237f561 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