From 3f609f99527d1a9ddfc371a9eb872ded1664f614 Mon Sep 17 00:00:00 2001 From: Luke Eller Date: Fri, 20 Dec 2013 11:25:48 +1100 Subject: docs(guides/directive): add (') to contraction add apostrophe (') to contraction --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/directive.ngdoc') 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. 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 -- cgit v1.2.3