diff options
Diffstat (limited to 'docs/content/tutorial/step_04.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_04.ngdoc | 4 | 
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> | 
