aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMisha Moroshko2013-05-20 09:23:37 +1000
committerPete Bacon Darwin2013-05-20 10:21:28 +0100
commit0135564ad902134f8637eda77eaf6a406533b269 (patch)
tree7700fac91972eb75ed5b67302c48805ae666896e /src
parent6847cbeff83d549c1714668bda9e6870a0ae5e22 (diff)
downloadangular.js-0135564ad902134f8637eda77eaf6a406533b269.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 d7429f6b..ccf692b2 100644
--- a/src/ng/filter/filter.js
+++ b/src/ng/filter/filter.js
@@ -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">