Skip to content

Commit 2ba3c3e

Browse files
committed
fix getting started docs
1 parent c6dbdde commit 2ba3c3e

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

docs/content/misc/started.ngdoc

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@workInProgress
21
@ngdoc overview
32
@name Getting Started
43
@description
@@ -105,15 +104,11 @@ These are some of the important points to note from this example:
105104

106105

107106
* The text input {@link api/angular.widget widget} called `yourname` is bound to a model variable
108-
called
109-
`yourname`.
110-
* The double curly braces notation binds the variable `yourname` to the
111-
greeting text.
112-
<!--
113-
* The variable `yourname` is implicitly created in the root scope.
114-
-->
115-
* You did not need to explicitly register an event listener or define an event
116-
handler for events!
107+
called `yourname`.
108+
* The double curly braces notation binds the `yourname` model to the greeting text.
109+
110+
111+
* You did not need to explicitly register an event listener or define an event handler for events!
117112

118113

119114
Now try typing your name into the input box, and notice the immediate change to

0 commit comments

Comments
 (0)