diff options
| author | Misko Hevery | 2011-12-14 02:55:31 +0100 |
|---|---|---|
| committer | Misko Hevery | 2012-01-25 11:53:59 -0800 |
| commit | 4804c83b7db5770d5d02eea9eea4cc012b4aa524 (patch) | |
| tree | be5ae1743179704cc1638f186cddba8d6e3fa37d /docs/content/guide/dev_guide.compiler.ngdoc | |
| parent | e2b1d9e994e50bcd01d237302a3357bc7ebb6fa5 (diff) | |
| download | angular.js-4804c83b7db5770d5d02eea9eea4cc012b4aa524.tar.bz2 | |
docs(compiler): update the compiler docs
Diffstat (limited to 'docs/content/guide/dev_guide.compiler.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.compiler.ngdoc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/content/guide/dev_guide.compiler.ngdoc b/docs/content/guide/dev_guide.compiler.ngdoc index 2789c843..265b21db 100644 --- a/docs/content/guide/dev_guide.compiler.ngdoc +++ b/docs/content/guide/dev_guide.compiler.ngdoc @@ -2,8 +2,8 @@ @name Developer Guide: Angular HTML Compiler @description -The core of angular is its HTML compiler. The compiler processes angular directives, widgets, and -markup to transform a static HTML page into a dynamic web application. +The core of angular is its HTML compiler. The compiler processes angular 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 @@ -15,12 +15,9 @@ 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.extending_compiler Extending the Angular Compiler} * {@link dev_guide.compiler.testing_dom_element Testing a New DOM Element} -* {@link dev_guide.compiler.widgets Understanding Angular Widgets} -* {@link dev_guide.compiler.directives Understanding Angular Directives} -* {@link dev_guide.compiler.markup Understanding Angular Markup} ## Related API * {@link api/angular.module.ng.$compile Angular Compiler API} +* {@link api/angular.module.ng.$compileProvider.directive Directives API} |
