mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-24 13:53:43 +00:00
docs($compile): improve docs
This commit is contained in:
parent
5e0f876c39
commit
48308913bb
1 changed files with 2 additions and 2 deletions
|
|
@ -575,9 +575,9 @@ function $CompileProvider($provide) {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Once the directives have been collected their compile functions is executed. This method
|
* Once the directives have been collected, their compile functions are executed. This method
|
||||||
* is responsible for inlining directive templates as well as terminating the application
|
* is responsible for inlining directive templates as well as terminating the application
|
||||||
* of the directives if the terminal directive has been reached..
|
* of the directives if the terminal directive has been reached.
|
||||||
*
|
*
|
||||||
* @param {Array} directives Array of collected directives to execute their compile function.
|
* @param {Array} directives Array of collected directives to execute their compile function.
|
||||||
* this needs to be pre-sorted by priority order.
|
* this needs to be pre-sorted by priority order.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue