@Yavuzcosar wrote:
hello
I want to put a picture on the homepage and give the products a link.I put it like this
<div class="item profilepic-border" align="center"> <div class="product-item" ng-repeat="product in productData" ng-click="openProduct({{product.id}})"> <img class="profilepic padding-bottom" ng-src="img/2.png" ng-click="openProduct({{product.id}})"></img> </div>But the app is not opening homepage
Posts: 1
Participants: 1