mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
docs(tutorial): fix typos in steps 2 and 3
This commit is contained in:
@@ -35,7 +35,7 @@ __`app/index.html`:__
|
||||
Fulltext Search: <input ng-model="query">
|
||||
|
||||
<ul class="phones">
|
||||
<li ng-repeat="phone in phones | filter(query)">
|
||||
<li ng-repeat="phone in phones | filter:query">
|
||||
{{phone.name}}
|
||||
<p>{{phone.snippet}}</p>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user