We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13000c7 commit ba076a2Copy full SHA for ba076a2
src/ng/compile.js
@@ -569,9 +569,9 @@ function $CompileProvider($provide) {
569
570
571
/**
572
- * 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
573
* is responsible for inlining directive templates as well as terminating the application
574
- * of the directives if the terminal directive has been reached..
+ * of the directives if the terminal directive has been reached.
575
*
576
* @param {Array} directives Array of collected directives to execute their compile function.
577
* this needs to be pre-sorted by priority order.
0 commit comments