Skip to content

Instantly share code, notes, and snippets.

@liorkesos
Created August 12, 2013 14:49
Show Gist options
  • Save liorkesos/6211471 to your computer and use it in GitHub Desktop.
Save liorkesos/6211471 to your computer and use it in GitHub Desktop.
Question about filter in angular
<section id="admin" data-ng-controller="AdminController">
Routes are
<h1>
foobar</h1>
<ul>
<li ng-repeat="route in routes | filter:templateUrl ">
r is - {{route.templateUrl}}
</li>
</ul>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment