diff options
Diffstat (limited to 'docs/content/misc')
| -rw-r--r-- | docs/content/misc/started.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/misc/started.ngdoc b/docs/content/misc/started.ngdoc index 0559e401..76bff181 100644 --- a/docs/content/misc/started.ngdoc +++ b/docs/content/misc/started.ngdoc @@ -65,7 +65,7 @@ This example demonstrates angular's two-way data binding: <doc:example> <doc:source> - Your name: <input type="text" ng-model="yourname" ng-model-instant placeholder="World"> + Your name: <input type="text" ng-model="yourname" placeholder="World"> <hr> Hello {{yourname || 'World'}}! </doc:source> |
