$ionicPopup.confirm not rendering until something is clicked on

I’m using latest Ionic lib.

Every other $ionicPopup is working perfect, expect from confirm.
Any ideas?

Did you use some thing like this

var confirmPopup = $ionicPopup.confirm({
 title: 'Consume Ice Cream',
 template: 'Are you sure you want to eat this ice cream?'
});

I tried this. It is working fine. Please have a look at the link

You may give a try with setTimeout with 10 ms.