mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-21 08:50:24 +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
|
||||
* 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.
|
||||
* this needs to be pre-sorted by priority order.
|
||||
|
|
|
|||
Loading…
Reference in a new issue