Skip to content

Instantly share code, notes, and snippets.

@opheliasdaisies
Created February 20, 2014 05:25
Show Gist options
  • Save opheliasdaisies/9107546 to your computer and use it in GitHub Desktop.
Save opheliasdaisies/9107546 to your computer and use it in GitHub Desktop.
<div class="board">
<div class="row" ng-repeat="row in boards[0] track by $index">
<div class="cell-container" ng-repeat="cell in row track by $index">
<div class="cell {{cell}}"></div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment