mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 19:41:07 +00:00
docs($compileProvider.directive): fix some typos
This commit is contained in:
parent
8b32900d72
commit
b6f61a89cf
1 changed files with 2 additions and 2 deletions
|
|
@ -363,11 +363,11 @@ Specifically listener registration as not allowed inside the compile function.
|
||||||
function link(scope, iElement, iAttrs) { ... }
|
function link(scope, iElement, iAttrs) { ... }
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
Compile function is responsible for registering DOM listeners as well as updating the DOM. It is
|
Link function is responsible for registering DOM listeners as well as updating the DOM. It is
|
||||||
executed after the template has been cloned. This is where most of the directive logic will be
|
executed after the template has been cloned. This is where most of the directive logic will be
|
||||||
put.
|
put.
|
||||||
|
|
||||||
* `scope` - {@link angular.module.ng.$rootScope.Scope Scope} - The scope to be used be the
|
* `scope` - {@link angular.module.ng.$rootScope.Scope Scope} - The scope to be used by the
|
||||||
directive for registering {@link angular.module.ng.$rootScope.Scope#.watch watches}.
|
directive for registering {@link angular.module.ng.$rootScope.Scope#.watch watches}.
|
||||||
|
|
||||||
* `iElement` - instance element - The element where the directive is to be used. It is safe to
|
* `iElement` - instance element - The element where the directive is to be used. It is safe to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue