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/cookbook/helloworld.ngdoc | |
| parent | d428c9910e66246c2af46602499acaeaf187d75b (diff) | |
| download | angular.js-b842642b574a2b95c53b791308ed1bf8ff9d304d.tar.bz2 | |
docs - stripping extra new lines
Diffstat (limited to 'docs/content/cookbook/helloworld.ngdoc')
| -rw-r--r-- | docs/content/cookbook/helloworld.ngdoc | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/docs/content/cookbook/helloworld.ngdoc b/docs/content/cookbook/helloworld.ngdoc index a2557b5d..8018a399 100644 --- a/docs/content/cookbook/helloworld.ngdoc +++ b/docs/content/cookbook/helloworld.ngdoc @@ -3,7 +3,6 @@  @name Cookbook: Hello World  @description -  <doc:example>   <doc:source>    Your name: <input type="text" name="name" value="World"/> @@ -19,13 +18,10 @@   </doc:scenario>  </doc:example> -  # Things to notice -  Take a look through the source and note: -  * The script tag that {@link guide/dev_guide.bootstrap bootstraps} the angular environment.  * The text {@link api/angular.widget.HTML input widget} which is bound to the greeting name text.  * No need for listener registration and event firing on change events. | 
