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
{{ message }}
This repository was archived by the owner on Jul 11, 2018. It is now read-only.
Hey there,
I am using ngui/overlay with my angular2 app, which works great! Thanks a lot!
Now I need to fulfill compatibilty for an old Firefox LTS version (16.0.2). Angular2 and alle other modules I use do not make any bigger problems. At least after a few compatibility fixes.
Unfortunately ngui/overlay does not work anymore. The overlay stays in display:none even after opening. With that Firefox I cannot even open the examples on the official example page. I do not get any errors with Firebug.
Is there a way to fix this? Or are older browsers just not supported and I need to program this myself? Angular 4.0.0 is running with that browser.