Quantcast
Viewing all articles
Browse latest Browse all 70882

How to show backdrop behind modal

@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

Read full topic


Viewing all articles
Browse latest Browse all 70882

Trending Articles