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.extending_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.extending_compiler.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.compiler.extending_compiler.ngdoc | 11 | 
1 files changed, 0 insertions, 11 deletions
| diff --git a/docs/content/guide/dev_guide.compiler.extending_compiler.ngdoc b/docs/content/guide/dev_guide.compiler.extending_compiler.ngdoc index ea0a063c..ff507630 100644 --- a/docs/content/guide/dev_guide.compiler.extending_compiler.ngdoc +++ b/docs/content/guide/dev_guide.compiler.extending_compiler.ngdoc @@ -65,17 +65,13 @@ return function(linkElement){  Note: For more about widgets, see {@link dev_guide.compiler.widgets Understanding Angular Widgets}  and the {@link api/angular.widget widget API reference page}. -  # Compilation process for `<my:greeter>` -  Here are the steps that the compiler takes in processing the page that contains the widget  definition above: -  ## Compile Phase -  1. Recursively traverse the DOM depth-first.  2. Find the angular.widget definition.  3. Find and execute the widget's compileElement function, which includes the following steps: @@ -86,10 +82,8 @@ template (i.e. any repeating elements)).     2. Extract the salutation and name HTML attributes as angular expressions.  4. Return the aggregate link function, which includes just one link function in this example. -  ## Link Phase -  1. Execute the aggregate link function, which includes the following steps:     1. Create a <span> element set to the salutation class     2. Create a <span> element set to the name class. @@ -99,17 +93,12 @@ compileElement, because that's the template.)  corresponding spans. - -  ## Related Topics -  * {@link dev_guide.compiler Angular HTML Compiler}  * {@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.compile angular.compile()} | 
