Skip to content

Instantly share code, notes, and snippets.

@garciadanny
Created November 10, 2014 03:22
Show Gist options
  • Save garciadanny/9033ac72c8dd73a74ab8 to your computer and use it in GitHub Desktop.
Save garciadanny/9033ac72c8dd73a74ab8 to your computer and use it in GitHub Desktop.
BlogPost: AngularJS Custom Directives
<table>
<tr ng-repeat="studio in studios | filter:status:true" >
<td>{{studio.name}}</td>
<td>{{studio.status}}</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment