Sure, if you want.
A quick fix I’ve found that could fix this, is to call
$scope.$on('$ionicView.enter', function(){
$ionicSlideBoxDelegate.update();
})
Sure, if you want.
A quick fix I’ve found that could fix this, is to call
$scope.$on('$ionicView.enter', function(){
$ionicSlideBoxDelegate.update();
})