@@ -75,9 +75,6 @@ angular.module('ui.bootstrap.modal', ['ui.bootstrap.stackedMap'])
|
||||
};
|
||||
|
||||
function linkFn(scope, element, attrs) {
|
||||
// Temporary fix for prefixing
|
||||
element.addClass('modal-backdrop');
|
||||
|
||||
if (attrs.modalInClass) {
|
||||
if ($animateCss) {
|
||||
$animateCss(element, {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<div uib-modal-animation-class="fade"
|
||||
<div class="modal-backdrop"
|
||||
uib-modal-animation-class="fade"
|
||||
modal-in-class="in"
|
||||
ng-style="{'z-index': 1040 + (index && 1 || 0) + index*10}"
|
||||
></div>
|
||||
|
||||
Reference in New Issue
Block a user