aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/compiler.js
diff options
context:
space:
mode:
authorIgor Minar2012-03-12 21:30:03 -0700
committerIgor Minar2012-03-12 23:04:12 -0700
commitafe617a647211bbb2173bb0dd4c4c6d44c11a407 (patch)
tree49fd1b447cf3fa44b2738249f4c1adc93726b945 /src/service/compiler.js
parentf59e4b11f11261c234a821db67088f0de88a2852 (diff)
downloadangular.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.js8
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.