We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081f6ec commit f322c4fCopy full SHA for f322c4f
docs/content/guide/directive.ngdoc
@@ -401,7 +401,7 @@ This is clearly not a great solution.
401
402
What we want to be able to do is separate the scope inside a directive from the scope
403
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:
+we call an **isolate scope**. To do this, we can use a {@link $compile#-scope- directive's `scope`} option:
405
406
<example module="docsIsolateScopeDirective">
407
<file name="script.js">
0 commit comments