The following AngularJS application is working with ng-repeat and an applied filter. A certain applied filter leaves no values left. How can I display a notification?
Here's working example: http://jsfiddle.net/z9daLbLm/2/
You can save the result of the filter in ng-repeat
ng-repeat
{{item}}
The result is stored in filteredValues Then use this filtered values in the DOM
filteredValues
No Items