summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-os/client/src/views/catalog/get-accessswitch.html
blob: 5cda74a401aeab7622eb6a4adcfd3b413330d2cc (plain)
1
2
3
4
5
6
7
8
9
10
<div class="gridster-box-content"
	ng-style="{'cursor':'pointer',
			'background-image': 'url('+(item.imageLink)+')',
			'order': item.order, 
			'background-color':'white',
			'background-repeat': 'no-repeat',
			'background-size': '170px 130px'}"
	ng-click="catalog.getAccess(item)"
	ng-hide="users.isLoadingTable && !users.getAppCatalogIsDone">
</div>