mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-16 18:51:06 +00:00
docs($compile): fixed typo
This commit is contained in:
parent
0c49bbdc38
commit
c4f6ccb065
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ Compilation of HTML happens in three phases:
|
||||||
collection of all of the linking functions returned from the individual directive compile
|
collection of all of the linking functions returned from the individual directive compile
|
||||||
functions.
|
functions.
|
||||||
|
|
||||||
3. Link the template with scope by calling the liking function returned from the previous step.
|
3. Link the template with scope by calling the linking function returned from the previous step.
|
||||||
This in turn will call the linking function of the individual directives allowing them to
|
This in turn will call the linking function of the individual directives allowing them to
|
||||||
register any listeners on the elements and set up any {@link
|
register any listeners on the elements and set up any {@link
|
||||||
angular.module.ng.$rootScope.Scope#$watch watches} with the {@link
|
angular.module.ng.$rootScope.Scope#$watch watches} with the {@link
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue