I’m new to Ionic, but I’m unable to get enableSlide to work. The problem occurs in Chrome and in the iOS emulator. I’ve also tried using Ionic beta.3 and beta.4. In troubleshooting, I tried logging $ionicSlideBoxDelegate.enableSlide() from the controller, and the return value is undefined. I also tried adding $ionicSlideBoxDelegate.enableSlide(false) to the slide-box example on CodePen, in the controller, and it has no effect.
It’s likely that I’m not using it correctly, as I just started using Ionic, but I can’t find my way past this problem. If anyone could help that would be great. Thanks. BTW, Ionic is awesome.