| <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