Sateesh Kumar

Results 3 comments of Sateesh Kumar

I am also having the same issue. Screenshot: ![capture](https://cloud.githubusercontent.com/assets/13586781/15268163/8eacfbc4-19f3-11e6-914b-b34a2c4b66d7.PNG) My code in controller: ``` $scope.imageUrls = []; getDataService.getToursById(tourId).then(function (response) { if (response.success == true) { $scope.tour = response.data[0]; for (var...

I am also facing the same issue. Seems like this issue is not fixed yet. How to get maximum quantity value in cart view so that I can restrict the...

Hi, I am also trying to use gridder with angularjs. Is there any workaround to make it work?