Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0135564

Browse files
Misha Moroshkopetebacondarwin
Misha Moroshko
authored andcommitted
doc(filter): remove invalid character
1 parent 6847cbe commit 0135564

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
@@ -52,7 +52,7 @@
5252
<hr>
5353
Any: <input ng-model="search.$"> <br>
5454
Name only <input ng-model="search.name"><br>
55-
Phone only <input ng-model="search.phone"å><br>
55+
Phone only <input ng-model="search.phone"><br>
5656
<table id="searchObjResults">
5757
<tr><th>Name</th><th>Phone</th></tr>
5858
<tr ng-repeat="friend in friends | filter:search">

0 commit comments

Comments
 (0)