aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.compiler.ngdoc
diff options
context:
space:
mode:
authorMisko Hevery2012-02-29 11:29:46 -0800
committerMisko Hevery2012-06-02 16:02:08 -0700
commita3a37c2063a9098539a59444b8e4a52959f3ee24 (patch)
treef3d9fa8538a8f8658ccf6277f2f930012758d810 /docs/content/guide/dev_guide.compiler.ngdoc
parent0f5259c5a2c3aa390866ad4f18dd500e9e7e1e4f (diff)
downloadangular.js-a3a37c2063a9098539a59444b8e4a52959f3ee24.tar.bz2
doc(compiler): rewrite
Diffstat (limited to 'docs/content/guide/dev_guide.compiler.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.compiler.ngdoc24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/content/guide/dev_guide.compiler.ngdoc b/docs/content/guide/dev_guide.compiler.ngdoc
deleted file mode 100644
index f52928a6..00000000
--- a/docs/content/guide/dev_guide.compiler.ngdoc
+++ /dev/null
@@ -1,24 +0,0 @@
-@ngdoc overview
-@name Developer Guide: Angular HTML Compiler
-@description
-
-The core of Angular is its HTML compiler. The compiler processes Angular
-{@link guide/directive directives} allowing them to transform a
-static HTML page into a dynamic web application.
-
-The default HTML transformations that the Angular compiler provides are useful for building generic
-apps, but you can also extend the compiler to create a domain-specific language for building
-specific types of web applications.
-
-All compilation takes place in the web browser; no server is involved.
-
-
-## Related Topics
-
-* {@link dev_guide.compiler.understanding_compiler Understanding How the Compiler Works}
-* {@link dev_guide.compiler.testing_dom_element Testing a New DOM Element}
-
-## Related API
-
-* {@link api/angular.module.ng.$compile Angular Compiler API}
-* {@link guide/directive Directives API}