Skip to content

Instantly share code, notes, and snippets.

@hendrikras
Created February 17, 2016 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hendrikras/b8130a18d7f0bd3c6fef to your computer and use it in GitHub Desktop.
Save hendrikras/b8130a18d7f0bd3c6fef to your computer and use it in GitHub Desktop.
<table>
<th>Name</th>
<th>Sirname</th>
<th>Birthdate</th>
<th>Age</th>
<tr ng-repeat="contestant in vm.contestants | filter: vm.isBiggerThenMinimum">
<td>{{contestant.Name}}</td>
<td>{{contestant.Sirname}}</td>
<td>{{contestant.Occupation}}</td>
<td>{{contestant.Age}}</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment