Comparing version 0.0.14 to 0.0.15
@@ -66,3 +66,3 @@ "use strict"; | ||
document.body.removeChild(this.backdropElement); | ||
document.body.className.replace(/modal-open\b/, ""); | ||
document.body.className = document.body.className.replace(/modal-open\b/, ""); | ||
}; | ||
@@ -69,0 +69,0 @@ // ------------------------------------------------------------------------- |
{ | ||
"name": "ng2-modal", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Open modal window (dialog box) for your angular2 applications using bootstrap3.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -67,3 +67,3 @@ "use strict"; | ||
this.onClose.emit(args); | ||
document.body.className.replace(/modal-open\b/, ""); | ||
document.body.className = document.body.className.replace(/modal-open\b/, ""); | ||
if (this.cancelUrl) | ||
@@ -70,0 +70,0 @@ this.router.navigate(this.cancelUrl, this.cancelUrlExtras); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41801