Slide Box not apperning

Sure, if you want.

A quick fix I’ve found that could fix this, is to call

  $scope.$on('$ionicView.enter', function(){
    $ionicSlideBoxDelegate.update();
  })
1 Like