Opening a modal from a ion-tab, possible?

I have a ion-tabs component.

I would like to have a specific tab, called “Notifications”, that simply displays a modal on click.
I don’t want to specify a particular ion-nav-view.

Is it possible?

Thanks a lot,

Michael

Should be. Could always try it before asking :wink:

From the docs (http://ionicframework.com/docs/api/directive/ionTab/) you’ll probably want the “on-select” attribute.

I tried before asking but I’ve just realized I’ve had a typo on the modal configuration.
The modal well displays now.

Thanks a lot,

Michael