Dial A Meat
Search
Categories
Products
<ion-content class="has-header has-footer" overflow-scroll="true" padding="true" style="background: url(img/AAJfSCTHDu8c7Ojl09g8_o-MEAT-facebook.jpg) no-repeat center;" ng-controller="homeCtrl" ng-init="getcategory()">
<div ng-repeat="x in category" >
<a ng-click="order(x.id)" ng-controller="orderAMeatCtrl" style="dipsplay: inline-block; width: 100%; height: auto;">
<h1 style="">{{x.name}}</h1>
<img src="img/{{x.image}}" height="auto" width="100%">
</a>
</div>
</ion-content>