@LouisR wrote:
Hi
the ionic backdrop grays out the modal too when I do this:
$scope.openBrandModal = function() { $ionicBackdrop.retain(); $scope.brandModal.show(); };
How can I grey out only the view behind the modal and not the modal ?
Thanks
Posts: 1
Participants: 1