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
Actually, it did not work, After much research and a ticket at the sass project repo, I came up with a solution (code ain't pretty, but the use is much simpler). 1a79a92
The only thing you need to do is to add your '#namespace' selector as a class to the angular ui bootstrap modal and backdrop (with the hash remove), like so:
nguibs modal is appended to the body and as such is outside the namespaced part of the html, so the style is not applied.
find a way to inject nguibs style to the modal even if people are namespacing the distrib of lucca-ui
The text was updated successfully, but these errors were encountered: