great! it works with
var menuSx = angular.element( document.querySelector( '#sleft' ) );
menuSx.removeAttr('swipeable');
tnx
Daniele
great! it works with
var menuSx = angular.element( document.querySelector( '#sleft' ) );
menuSx.removeAttr('swipeable');
tnx
Daniele
Hi
i don’t find a method to disable swipable action on my controller like sliding menu
is there any method to achieve this?
thanks in advance