@julu9001 wrote:
Hi guys,
I originally had a page that had images with ng-click events that worked. Once I attached a slide box to it, only the very top images with ng-click work now. Is there a zone that is unclickable when using a slidebox? If so, how do I make everything clickable again?
Here's my hierarchy:
<ion-slide-box>
<ion-slide>
<div>
<div with ng-click>
</div>
</div>
</ion-slide>
<ion-slide>
</ion-slide>
<ion-slide-box>
Edit: I think I've narrowed down the problem to being a scope issue. The body contains the ng-app and the controller has a function $scope.volumeUp which I guess is not being called. How do I get that to be called?Thanks!
Posts: 1
Participants: 1