docs(guide/directive): link to directives API from the top of the page

This commit is contained in:
Brian Ford 2013-11-06 09:50:56 -08:00
parent c1260716de
commit 56d0917799

View file

@ -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>