aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/misc
diff options
context:
space:
mode:
authorIgor Minar2011-06-06 10:15:37 -0700
committerIgor Minar2011-06-06 23:10:27 -0700
commit2ba3c3ee57f711cbe555e907458d119c199f255a (patch)
tree4479d09110d10d3ee96613de512bc256624568f6 /docs/content/misc
parentc6dbdde6dc875c96a0b89bcdef669eb9171259e0 (diff)
downloadangular.js-2ba3c3ee57f711cbe555e907458d119c199f255a.tar.bz2
fix getting started docs
Diffstat (limited to 'docs/content/misc')
-rw-r--r--docs/content/misc/started.ngdoc15
1 files changed, 5 insertions, 10 deletions
diff --git a/docs/content/misc/started.ngdoc b/docs/content/misc/started.ngdoc
index a94f01ac..b162a8f8 100644
--- a/docs/content/misc/started.ngdoc
+++ b/docs/content/misc/started.ngdoc
@@ -1,4 +1,3 @@
-@workInProgress
@ngdoc overview
@name Getting Started
@description
@@ -105,15 +104,11 @@ These are some of the important points to note from this example:
* The text input {@link api/angular.widget widget} called `yourname` is bound to a model variable
-called
- `yourname`.
-* The double curly braces notation binds the variable `yourname` to the
- greeting text.
-<!--
-* The variable `yourname` is implicitly created in the root scope.
--->
-* You did not need to explicitly register an event listener or define an event
- handler for events!
+called `yourname`.
+* The double curly braces notation binds the `yourname` model to the greeting text.
+
+
+* You did not need to explicitly register an event listener or define an event handler for events!
Now try typing your name into the input box, and notice the immediate change to