@Chaos505 wrote:
Hi
I have a odd problem when im using
<ion-slide-box>
.
In the browser and on android it looks as it should.
But on IOS 9.2 it duplicate or breaks with the error duplicate index.I set track by like this:
<ion-slide ng-repeat="vehicle in vehicles track by vehicle.spot_id"
this gives the duplicate index errorand like this
<ion-slide ng-repeat="vehicle in vehicles track by $index"
this duplicates the entire vehicles objecthas anyone had this issue and know how to fix it?
thanks
Posts: 3
Participants: 2