Skip to content

Instantly share code, notes, and snippets.

@gjohnson
Created June 11, 2013 18:52
Show Gist options
  • Select an option

  • Save gjohnson/5759607 to your computer and use it in GitHub Desktop.

Select an option

Save gjohnson/5759607 to your computer and use it in GitHub Desktop.
angular filters
<input type="text" ng-model="search" placeholder="filter..." />
<div ng-repeat="item in items | filter:search">
<!-- goodness -->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment