Skip to content

Instantly share code, notes, and snippets.

@ellismarte ellismarte/stores.html Secret
Created Oct 5, 2016

Embed
What would you like to do?
<div ng-controler="StoresController" ng-init="vm.get()" ng-cloak>
<a href="#/stores/new">Add Store</a>
<div ng-repeat="threestores in stores">
<div ng-repeat="store in threestores">
<div class="row">
<storepanel store="store" class="col-md-4"></storepanel>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.