Skip to content

Instantly share code, notes, and snippets.

@khoand0000
Last active January 11, 2017 17:34
Show Gist options
  • Save khoand0000/65f53cea252b15bb1954 to your computer and use it in GitHub Desktop.
Save khoand0000/65f53cea252b15bb1954 to your computer and use it in GitHub Desktop.
$ionicModal vs. $ionicPopup vs. $ionicPopover
  • $ionicModal: show dialog (must provide UI) at center screen if large screen (ipad, pc); otherwise, showing fullscreen overlays current screen, allow close modal by clicking backdrop
  • $ionicPopover: show dialog (must provide UI) at element occurs event (button), allow close modal by clicking backdrop
  • $ionicPopup: show dialog (confirm, alert, prompt or custome) at center screen, doesn't allow close modal by clicking backdrop
@rinogo
Copy link

rinogo commented Jan 11, 2017

Thanks for this! If someone has some spare time, this info would be enhanced by some simple examples! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment