Skip to content

Instantly share code, notes, and snippets.

@jeffreynolte
Created January 19, 2015 03:06
Show Gist options
  • Save jeffreynolte/2879d2e3ea92c40c5be4 to your computer and use it in GitHub Desktop.
Save jeffreynolte/2879d2e3ea92c40c5be4 to your computer and use it in GitHub Desktop.
<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