docs($compile): improve docs

This commit is contained in:
David Sanders 2013-04-02 15:38:23 -06:00 committed by Igor Minar
parent 5e0f876c39
commit 48308913bb

View file

@ -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.