diff options
| author | Igor Minar | 2011-06-15 22:31:40 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-06-15 22:31:40 -0700 |
| commit | b842642b574a2b95c53b791308ed1bf8ff9d304d (patch) | |
| tree | fb26431c5372be74de2105df77e94dea4f198489 /docs/content/guide/dev_guide.compiler.ngdoc | |
| parent | d428c9910e66246c2af46602499acaeaf187d75b (diff) | |
| download | angular.js-b842642b574a2b95c53b791308ed1bf8ff9d304d.tar.bz2 | |
docs - stripping extra new lines
Diffstat (limited to 'docs/content/guide/dev_guide.compiler.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.compiler.ngdoc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/content/guide/dev_guide.compiler.ngdoc b/docs/content/guide/dev_guide.compiler.ngdoc index 08c40a56..86581fb5 100644 --- a/docs/content/guide/dev_guide.compiler.ngdoc +++ b/docs/content/guide/dev_guide.compiler.ngdoc @@ -3,24 +3,18 @@ @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 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.extending_compiler Extending the Angular Compiler} * {@link dev_guide.compiler.testing_dom_element Testing a New DOM Element} @@ -28,8 +22,6 @@ All compilation takes place in the web browser; no server is involved. * {@link dev_guide.compiler.directives Understanding Angular Directives} * {@link dev_guide.compiler.markup Understanding Angular Markup} - ## Related API - * {@link api/angular.compile Angular Compiler API} |
