0

After I upgraded to 1.0.0, the modal view does not hide after pressing Android back button, instead the view which shows modal view goes back, this bug sucks.

poordeveloper
  • 2,272
  • 1
  • 23
  • 36

1 Answers1

0

You can use: modal.hide() on the same back button of your modal.

Example:

<button ng-click="modal.hide()"></button>
InfinitePrime
  • 1,718
  • 15
  • 18