Skip to content

Commit

Permalink
docs(guides/directive): add (') to contraction
Browse files Browse the repository at this point in the history
add apostrophe (') to contraction
  • Loading branch information
bc-luke authored and linclark committed Mar 24, 2014
1 parent 76dbb6e commit 3f609f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/directive.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f609f9

Please sign in to comment.