Created
November 10, 2014 03:22
-
-
Save garciadanny/9033ac72c8dd73a74ab8 to your computer and use it in GitHub Desktop.
BlogPost: AngularJS Custom Directives
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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