I tried looking for the solution but couldnt find anything related to this. I am really new to angular. I want the modal fade class generated in the $modal angular-ui bootstrap modal to be wrapped inside a div which has a global-class which covers the entire modal code. But I dont know how to achieve that.
I was able to add custom css class to the modal fade{{customClass}} but what is want is to have an outer div with this global-class above this modal fade class.
Any help is appreciated..