mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-24 10:20:23 +00:00
parent
55422b88d8
commit
7645e05e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ function filterFilter() {
|
|||
default:
|
||||
comperator = function(obj, text) {
|
||||
text = (''+text).toLowerCase();
|
||||
return (''+obj).toLowerCase().indexOf(text) > -1
|
||||
return (''+obj).toLowerCase().indexOf(text) > -1;
|
||||
};
|
||||
}
|
||||
var search = function(obj, text){
|
||||
|
|
|
|||
Loading…
Reference in a new issue