Hi for all!
How I can create modal without backdrop?
Or which component is good for use if I need just notification popup in the top of page, which would be close automatically and should not disable user interaction with page.
Hi for all!
How I can create modal without backdrop?
Or which component is good for use if I need just notification popup in the top of page, which would be close automatically and should not disable user interaction with page.
Sounds like you need a “toast”. See this thread for some ideas: Toast Notification
There’s also http://ngcordova.com/docs/plugins/toast/
Cool, thanks.
I don’t want use native toast from ngcordova, because I need customize message.
But that topic is very helpful.