You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
was this intentional? My goal is to be able to call code when the modal is visible from within the modal controller. My old way was a bit hacky, as I was listening for modal.shown using $on.
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
This commit b593cf1#diff-252c9b347a8b59e14b893043061f4309R45 broke my code.
This was changed:
to
and
to
was this intentional? My goal is to be able to call code when the modal is visible from within the modal controller. My old way was a bit hacky, as I was listening for
modal.shown
using$on
.The text was updated successfully, but these errors were encountered: