diff options
| author | Brad Green | 2012-04-03 07:07:41 -0700 |
|---|---|---|
| committer | Brad Green | 2012-04-03 07:07:49 -0700 |
| commit | 28ff7c3a66fbd770515273c7ca2fcb9cd936b50e (patch) | |
| tree | 5b0c8e8fa1677dd21e0ca2a02054619bb1f7909a /docs/content/guide/dev_guide.compiler.ngdoc | |
| parent | 59ae8adb3cfa635076b5cf64cc48b13a34bc04ad (diff) | |
| download | angular.js-28ff7c3a66fbd770515273c7ca2fcb9cd936b50e.tar.bz2 | |
Doc fixes in bootstrap
Now makes sense.
Diffstat (limited to 'docs/content/guide/dev_guide.compiler.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.compiler.ngdoc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/content/guide/dev_guide.compiler.ngdoc b/docs/content/guide/dev_guide.compiler.ngdoc index 265b21db..d979f309 100644 --- a/docs/content/guide/dev_guide.compiler.ngdoc +++ b/docs/content/guide/dev_guide.compiler.ngdoc @@ -2,10 +2,11 @@ @name Developer Guide: Angular HTML Compiler @description -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 core of Angular is its HTML compiler. The compiler processes Angular +{@link api/angular.module.ng.$compileProvider.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 +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. |
