aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMisha Moroshko2013-05-20 09:23:37 +1000
committerPete Bacon Darwin2013-05-20 10:19:18 +0100
commit5c203240d484c9803e19ce537adcb70fd9010a30 (patch)
tree0ca4bf3b29ebf3d0c6b4646ac70a609813c98b12 /src
parentbe993528a38ecf6ca3096198317b8df8b360bb82 (diff)
downloadangular.js-5c203240d484c9803e19ce537adcb70fd9010a30.tar.bz2
doc(filter): remove invalid character
Diffstat (limited to 'src')
-rw-r--r--src/ng/filter/filter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/filter/filter.js b/src/ng/filter/filter.js
index 9f12abd1..5c3c917b 100644
--- a/src/ng/filter/filter.js
+++ b/src/ng/filter/filter.js
@@ -69,7 +69,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>
Equality <input type="checkbox" ng-model="strict"><br>
<table id="searchObjResults">
<tr><th>Name</th><th>Phone</th></tr>