File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
119114Now try typing your name into the input box, and notice the immediate change to
You can’t perform that action at this time.
0 commit comments