chore(modal): remove prefix leftover

Closes #5001
This commit is contained in:
Foxandxss
2015-12-03 16:22:23 +01:00
parent 763cfd921e
commit 8c4d248afa
2 changed files with 2 additions and 4 deletions
-3
View File
@@ -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, {
+2 -1
View File
@@ -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>