diff options
| author | Misha Moroshko | 2013-05-20 09:23:37 +1000 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-05-20 10:21:28 +0100 |
| commit | 0135564ad902134f8637eda77eaf6a406533b269 (patch) | |
| tree | 7700fac91972eb75ed5b67302c48805ae666896e | |
| parent | 6847cbeff83d549c1714668bda9e6870a0ae5e22 (diff) | |
| download | angular.js-0135564ad902134f8637eda77eaf6a406533b269.tar.bz2 | |
doc(filter): remove invalid character
| -rw-r--r-- | src/ng/filter/filter.js | 2 |
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"> |
