Flash messages

Hi,

Is there a feedback message like flash messages from Rails ?
I would like to display some error or success alerts to the user.
Dialog isn’t a good option for this case.

Thanks.

Just so you all know
I’m using twitter bootstrap alerts with ionic and it’s working like a charm.
Someone else using it?

I enjoyed using ng-toast in my ionic projects. Have you looked into that?

Or if you want to have ionic “flash messages” you can simply use ionic popups and close them automatically after maybe 3 seconds (you can style the popup so it doesn’t look so… popup like)

In other cases ng-toast is a good alternative.

But then you can go the full native way: