Skip to content

Commit 5c20324

Browse files
Misha Moroshkopetebacondarwin
authored andcommitted
doc(filter): remove invalid character
1 parent be99352 commit 5c20324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/filter/filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<hr>
7070
Any: <input ng-model="search.$"> <br>
7171
Name only <input ng-model="search.name"><br>
72-
Phone only <input ng-model="search.phone"å><br>
72+
Phone only <input ng-model="search.phone"><br>
7373
Equality <input type="checkbox" ng-model="strict"><br>
7474
<table id="searchObjResults">
7575
<tr><th>Name</th><th>Phone</th></tr>

0 commit comments

Comments
 (0)