Posts by Thiago Ferezim • 46 points
1 post
-
3
votes1
answer271
viewsA: How to redirect a Popup URL?
The $ionicPopup.alert( ... ) will return a Promise to alertPopup. You can use it then alertPopup.then(function(){ ... }) to call the redirect within this scope, rather than by onTap. For example:…