Hi !
I am using ion-slide-box and trying to bind data to disable-scroll attribute. But it’s not binding data.
I tried following ways :
Controller :
$scope.disablescroll = true;
ion-slide-box style=“height:390px;” disable-scroll=‘{{disablescroll}}’
ion-slide-box style=“height:390px;” disable-scroll=‘disablescroll’
ion-slide-box style=“height:390px;” ng-attr-disable-scroll=‘disablescroll’
None of these worked for me. Is there a way to bind data to disable-scroll attribute? Please guide.
I am using ionic version #1.0.0-beta.13