diff options
| author | Igor Minar | 2011-09-01 15:33:48 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-09-02 10:44:19 -0700 |
| commit | bc6e0cc9545e04ded113c1b894a9c55cbd1774b1 (patch) | |
| tree | 95ca8541e9f33858fffd8824583a2e4400526e0c /docs/content/guide/dev_guide.scopes.understanding_scopes.ngdoc | |
| parent | 8d11db0757263ef1467ff1cbaf1f1e978ba3ac60 (diff) | |
| download | angular.js-bc6e0cc9545e04ded113c1b894a9c55cbd1774b1.tar.bz2 | |
docs(guide/tutorial/misc): sync with google docs
Diffstat (limited to 'docs/content/guide/dev_guide.scopes.understanding_scopes.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.scopes.understanding_scopes.ngdoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/content/guide/dev_guide.scopes.understanding_scopes.ngdoc b/docs/content/guide/dev_guide.scopes.understanding_scopes.ngdoc index 57804462..03b20517 100644 --- a/docs/content/guide/dev_guide.scopes.understanding_scopes.ngdoc +++ b/docs/content/guide/dev_guide.scopes.understanding_scopes.ngdoc @@ -1,4 +1,3 @@ -@workInProgress @ngdoc overview @name Developer Guide: Scopes: Understanding Scopes @description @@ -27,7 +26,7 @@ code, observe how the value of `name` changes, based on the HTML element it is d Name = {{name}}! </li> </ul> -<pre>Name={{name}}</pre> + <pre>Name={{name}}</pre> </doc:source> <doc:scenario> it('should override the name property', function() { |
