Skip to content

Commit f322c4f

Browse files
committed
docs(guide/directives): link to the scope property docs
Closes angular#12500
1 parent 081f6ec commit f322c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ This is clearly not a great solution.
401401

402402
What we want to be able to do is separate the scope inside a directive from the scope
403403
outside, and then map the outer scope to a directive's inner scope. We can do this by creating what
404-
we call an **isolate scope**. To do this, we can use a directive's `scope` option:
404+
we call an **isolate scope**. To do this, we can use a {@link $compile#-scope- directive's `scope`} option:
405405

406406
<example module="docsIsolateScopeDirective">
407407
<file name="script.js">

0 commit comments

Comments
 (0)