It would be nice to have some events we could just grab with jQuery somehow.
- modal-opened(sender) // sender is the element which opened the modal
- modal-closed(sender) // sender is the original one which opened the modal
and maybe "advanced" ones like:
- modal-redirect(target) // target uri, but I got no real use-case for this atm so its just more like an idea ;)
I know you got those callbacks for that, but they are kind of a hassle in moular js programming... where I got some late bind/execution of JS code etc.
It would be nice to have some events we could just grab with jQuery somehow.
and maybe "advanced" ones like:
I know you got those callbacks for that, but they are kind of a hassle in moular js programming... where I got some late bind/execution of JS code etc.