doc(filter): remove invalid character
This commit is contained in:
committed by
Pete Bacon Darwin
parent
6847cbeff8
commit
0135564ad9
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user