I'm using a modal angular ui all it's ok but the overlay it's not visible or too fade.
I'm using bootstrap sass and I've tried with:
$modal-backdrop-bg: red !default;
$modal-backdrop-opacity : 0.5 !default;
with no lucky

My goal is show my nice modal with a dark overlay :)

try to override the bootstrap modal class with this
I also added this class for centering it
this is the template I'm using:
and this is the code for the $modal instance