Skip to content

Instantly share code, notes, and snippets.

@russiann
Created January 22, 2016 22:33
Show Gist options
  • Save russiann/22b36ae02d3e90058cd3 to your computer and use it in GitHub Desktop.
Save russiann/22b36ae02d3e90058cd3 to your computer and use it in GitHub Desktop.
Filtered
div(ng:repeat="item in vm.filtered = (vm.items | filter:whatever)")
h1 Filtered Result
p {{vm.filtered}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment