diff options
| author | David Sanders | 2013-04-02 15:38:23 -0600 |
|---|---|---|
| committer | Igor Minar | 2013-04-11 13:05:27 -0700 |
| commit | 48308913bb1b6f2eaa8c1a59348a76e99c14d320 (patch) | |
| tree | 0dfa96457d4517e3218256fc9f29b37803b27303 /src/ng/compile.js | |
| parent | 5e0f876c39099adb6a0300c429b8df1f6b544846 (diff) | |
| download | angular.js-48308913bb1b6f2eaa8c1a59348a76e99c14d320.tar.bz2 | |
docs($compile): improve docs
Diffstat (limited to 'src/ng/compile.js')
| -rw-r--r-- | src/ng/compile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/compile.js b/src/ng/compile.js index 94168fe9..ac8d13ce 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -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. |
