mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-17 11:11:05 +00:00
docs($compile) "updateh"->"updated"
This commit is contained in:
parent
0c7252f929
commit
0bd0ef7813
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
||||||
* Calling the linking function returns the element of the template. It is either the original element
|
* Calling the linking function returns the element of the template. It is either the original element
|
||||||
* passed in, or the clone of the element if the `cloneAttachFn` is provided.
|
* passed in, or the clone of the element if the `cloneAttachFn` is provided.
|
||||||
*
|
*
|
||||||
* After linking the view is not updateh until after a call to $digest which typically is done by
|
* After linking the view is not updated until after a call to $digest which typically is done by
|
||||||
* Angular automatically.
|
* Angular automatically.
|
||||||
*
|
*
|
||||||
* If you need access to the bound view, there are two ways to do it:
|
* If you need access to the bound view, there are two ways to do it:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue