Personally, I have the following problem, I have a list of names:
$scope.names=["Max", "Tom", "Ralf", "Jerry", "Snow", "Carl"];
I made a normal filter for the input search
<ul>
<li ng-repeat="name in names | filter: search">...
asked by
18.09.2014 / 20:25