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.
Asked
Active
Viewed 132 times
1 Answers
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