Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70612

Ionic backdrop retain() won't fire

$
0
0

@infinityCounter wrote:

The following code is giving me issues

var notifyDummy = function(){
    $ionicBackdrop.retain();
    var dummyNotification = $ionicPopup.alert({
      title: 'blablabla',
      template: 'blablabla'
    });

    dummyNotification.then(function(res){
      console.log('done');
      $ionicBackdrop.release();
    });
  }

I don't understand why the $ionic Backdrop.retain() won't fire, I even have an listener on the scope listening for the backdrop shown function.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70612

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>