UNPKG

consumerportal

Version:

mydna Custimised for you

11 lines (9 loc) 347 B
<div class="window shadow dashboard marketplace report"> <div class="main text"> <h1>Report Marketplace</h1> <div ng-repeat="item in vm.items" ng-click="vm.toggle(item)" class="item"> <div ng-bind="item.name"></div> <div ng-if="!item.state">Add to Cart</div> </div> </div> </div>