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

$ionicPopup freezes app after updating from 1.3.1 to 1.3.5

$
0
0

@JonasDIS wrote:

Hi All,

I have used this for a long time:

        $ionicPopup.show({
            title: title,
            subTitle: text,
            cssClass: 'popup',
            buttons: [
                {
                    text: 'OK',
                    onTap: function(e) {
                        d.resolve();
                    }
                }
            ]
        });

But after updating to ionic-angular version 1.3.5 recently, the app freezes after closing the popup?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles