doc(filter): remove invalid character

This commit is contained in:
Misha Moroshko 2013-05-20 09:23:37 +10:00 committed by Pete Bacon Darwin
parent 6847cbeff8
commit 0135564ad9

View file

@ -52,7 +52,7 @@
<hr>
Any: <input ng-model="search.$"> <br>
Name only <input ng-model="search.name"><br>
Phone only <input ng-model="search.phone"å><br>
Phone only <input ng-model="search.phone"><br>
<table id="searchObjResults">
<tr><th>Name</th><th>Phone</th></tr>
<tr ng-repeat="friend in friends | filter:search">