aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_04.ngdoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/tutorial/step_04.ngdoc')
-rw-r--r--docs/content/tutorial/step_04.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/tutorial/step_04.ngdoc b/docs/content/tutorial/step_04.ngdoc
index 72aa26c9..d05a8e7c 100644
--- a/docs/content/tutorial/step_04.ngdoc
+++ b/docs/content/tutorial/step_04.ngdoc
@@ -27,11 +27,11 @@ __`app/index.html`:__
...
<ul class="controls">
<li>
- Search: <input type="text" name="query"/>
+ Search: <input type="text" ng:model="query"/>
</li>
<li>
Sort by:
- <select name="orderProp">
+ <select ng:model="orderProp">
<option value="name">Alphabetical</option>
<option value="age">Newest</option>
</select>