Skip to content

Instantly share code, notes, and snippets.

@PatrickJS
Created November 25, 2013 19:01
Show Gist options
  • Select an option

  • Save PatrickJS/7646741 to your computer and use it in GitHub Desktop.

Select an option

Save PatrickJS/7646741 to your computer and use it in GitHub Desktop.
<ul ng-repeat="item in filteredItems = (items | filter:keyword)">
...
</ul>
<div ng-hide="filteredItems.length">No items found</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment