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?
See this working jsfiddle: http://jsfiddle.net/z9daLbLm/4/ I added this code before your list
List is empty
It just shows "List is empty" text when your filtered values length is zero.
For more information refer to this link: How to display length of filtered ng-repeat data