diff options
| author | Jamie Krug | 2012-08-25 22:56:51 -0400 |
|---|---|---|
| committer | Misko Hevery | 2012-08-30 15:25:20 -0700 |
| commit | dbefd671e41c3bda481850bb7e566349e275d759 (patch) | |
| tree | 2450a28440c962a9f05c17b07c78a0c43a694383 /docs/content/guide | |
| parent | aff68a9ddff0600b3fc02879c1b0d2b4070e64ca (diff) | |
| download | angular.js-dbefd671e41c3bda481850bb7e566349e275d759.tar.bz2 | |
fix(docs): Fix bad links.
Diffstat (limited to 'docs/content/guide')
| -rw-r--r-- | docs/content/guide/directive.ngdoc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 101efa53..0f3e3815 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -288,7 +288,7 @@ further simplification: The factory method is responsible for creating the directive. It is invoked only once, when the {@link api/ng.$compile compiler} matches the directive for the first time. You can perform any initialization work here. The method is invoked using the {@link -http://localhost:8000/build/docs/api/AUTO.$injector#invoke $injector.invoke} which +api/AUTO.$injector#invoke $injector.invoke} which makes it injectable following all of the rules of injection annotation. ## Directive Definition Object @@ -419,7 +419,7 @@ compile functions takes the following arguments. * `tAttrs` - template attributes - Normalized list of attributes declared on this element shared between all directive compile functions. See {@link - #Attributes Attributes} + guide/directive#Attributes Attributes}. * `transclude` - A transclude linking function: `function(scope, cloneLinkingFn)`. @@ -456,7 +456,8 @@ put. already been linked. * `iAttrs` - instance attributes - Normalized list of attributes declared on this element shared - between all directive linking functions. See {@link #Attributes Attributes} + between all directive linking functions. See {@link + guide/directive#Attributes Attributes}. * `controller` - a controller instance - A controller instance if at least one directive on the element defines a controller. The controller is shared among all the directives, which allows |
