This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ further simplification:
288
288
The factory method is responsible for creating the directive. It is invoked only once, when the
289
289
{@link api/ng.$compile compiler} matches the directive for the first time. You can
290
290
perform any initialization work here. The method is invoked using the {@link
291
- http://localhost:8000/build/docs/ api/AUTO.$injector#invoke $injector.invoke} which
291
+ api/AUTO.$injector#invoke $injector.invoke} which
292
292
makes it injectable following all of the rules of injection annotation.
293
293
294
294
## Directive Definition Object
@@ -419,7 +419,7 @@ compile functions takes the following arguments.
419
419
420
420
* `tAttrs` - template attributes - Normalized list of attributes declared on this element shared
421
421
between all directive compile functions. See {@link
422
- #Attributes Attributes}
422
+ guide/directive #Attributes Attributes}.
423
423
424
424
* `transclude` - A transclude linking function: `function(scope, cloneLinkingFn)`.
425
425
456
456
already been linked.
457
457
458
458
* `iAttrs` - instance attributes - Normalized list of attributes declared on this element shared
459
- between all directive linking functions. See {@link #Attributes Attributes}
459
+ between all directive linking functions. See {@link
460
+ guide/directive#Attributes Attributes}.
460
461
461
462
* `controller` - a controller instance - A controller instance if at least one directive on the
462
463
element defines a controller. The controller is shared among all the directives, which allows
You can’t perform that action at this time.
0 commit comments