mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-24 05:43:43 +00:00
fix getting started docs
This commit is contained in:
parent
c6dbdde6dc
commit
2ba3c3ee57
1 changed files with 5 additions and 10 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
@workInProgress
|
|
||||||
@ngdoc overview
|
@ngdoc overview
|
||||||
@name Getting Started
|
@name Getting Started
|
||||||
@description
|
@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
|
* The text input {@link api/angular.widget widget} called `yourname` is bound to a model variable
|
||||||
called
|
called `yourname`.
|
||||||
`yourname`.
|
* The double curly braces notation binds the `yourname` model to the greeting text.
|
||||||
* The double curly braces notation binds the variable `yourname` to the
|
|
||||||
greeting text.
|
|
||||||
<!--
|
* You did not need to explicitly register an event listener or define an event handler for events!
|
||||||
* 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!
|
|
||||||
|
|
||||||
|
|
||||||
Now try typing your name into the input box, and notice the immediate change to
|
Now try typing your name into the input box, and notice the immediate change to
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue