I have a menu with multiple modals. When I open one over another it turns backgrount into black, which is ugly. I understand that I need change filter: alpha(opacity=80);<
filter: alpha(opacity=80);<
For angular ui bootstrap:
Use backdropClass when initialize:
backdropClass
$modal.open({templateUrl:'', controller:'', backdropClass:'' });
http://angular-ui.github.io/bootstrap/versioned-docs/0.12.0/