diff options
| author | Brian Ford | 2013-11-06 09:50:56 -0800 |
|---|---|---|
| committer | Brian Ford | 2013-11-06 09:50:56 -0800 |
| commit | 56d09177997c4571bdd7209898599670f3cfac9a (patch) | |
| tree | 184ca5dccf2a274800960a6748d3c2dacf277d38 | |
| parent | c1260716de634f0cc25ae884ffc481ed6b7d520a (diff) | |
| download | angular.js-56d09177997c4571bdd7209898599670f3cfac9a.tar.bz2 | |
docs(guide/directive): link to directives API from the top of the page
| -rw-r--r-- | docs/content/guide/directive.ngdoc | 1 |
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> |
