diff options
| author | Igor Minar | 2012-03-12 21:30:03 -0700 | 
|---|---|---|
| committer | Igor Minar | 2012-03-12 23:04:12 -0700 | 
| commit | afe617a647211bbb2173bb0dd4c4c6d44c11a407 (patch) | |
| tree | 49fd1b447cf3fa44b2738249f4c1adc93726b945 /src/service/compiler.js | |
| parent | f59e4b11f11261c234a821db67088f0de88a2852 (diff) | |
| download | angular.js-afe617a647211bbb2173bb0dd4c4c6d44c11a407.tar.bz2 | |
docs(*): renaming incorrect widget references to control or directive
Diffstat (limited to 'src/service/compiler.js')
| -rw-r--r-- | src/service/compiler.js | 8 | 
1 files changed, 1 insertions, 7 deletions
| diff --git a/src/service/compiler.js b/src/service/compiler.js index d23fd6e5..cefc2d81 100644 --- a/src/service/compiler.js +++ b/src/service/compiler.js @@ -116,12 +116,6 @@   *   </pre>   *   * - * Compiler Methods For Widgets and Directives: - * - * The following methods are available for use when you write your own widgets, directives, - * and markup. - * - *   * For information on how the compiler works, see the   * {@link guide/dev_guide.compiler Angular HTML Compiler} section of the Developer Guide.   */ @@ -427,7 +421,7 @@ function $CompileProvider($provide) {      /**       * Once the directives have been collected their compile functions is executed. This method -     * is responsible for inlining widget templates as well as terminating the application +     * is responsible for inlining directive templates as well as terminating the application       * of the directives if the terminal directive has been reached..       *       * @param {Array} directives Array of collected directives to execute their compile function. | 
