docs($compile): improve docs

This commit is contained in:
David Sanders 2013-04-02 15:38:23 -06:00 committed by Igor Minar
parent 13000c7350
commit ba076a29b9

View file

@ -569,9 +569,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.