Created
January 19, 2015 03:06
-
-
Save jeffreynolte/2879d2e3ea92c40c5be4 to your computer and use it in GitHub Desktop.
This file contains 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
<div class="tag" ng-repeat="cat in vm.photocats"> | |
<h3>{{cat.name}}</h3> | |
<textarea name="{{cat.name}}" class="{{cat.name}}" data-cat="{{cat.name}}"> | |
{{photo[cat.name]}} | |
</textarea> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment