aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide
diff options
context:
space:
mode:
authorBrian Ford2013-11-06 09:50:56 -0800
committerBrian Ford2013-11-06 09:50:56 -0800
commit56d09177997c4571bdd7209898599670f3cfac9a (patch)
tree184ca5dccf2a274800960a6748d3c2dacf277d38 /docs/content/guide
parentc1260716de634f0cc25ae884ffc481ed6b7d520a (diff)
downloadangular.js-56d09177997c4571bdd7209898599670f3cfac9a.tar.bz2
docs(guide/directive): link to directives API from the top of the page
Diffstat (limited to 'docs/content/guide')
-rw-r--r--docs/content/guide/directive.ngdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc
index e3547af5..10c498b9 100644
--- a/docs/content/guide/directive.ngdoc
+++ b/docs/content/guide/directive.ngdoc
@@ -7,6 +7,7 @@
<div class="alert alert-warning">
**Note:** this guide is targeted towards developers who are already familiar with AngularJS basics.
If you're just getting started, we recommend the {@link tutorial/ tutorial} first.
+If you're looking for the **directives API**, we recently moved it to {@link api/ng.$compile `$compile`}.
</div>