Comparing version 0.0.18 to 0.0.19
@@ -54,3 +54,3 @@ "use strict"; | ||
window.setTimeout(function () { return _this.modalRoot.nativeElement.focus(); }, 0); | ||
document.body.className += "modal-open"; | ||
document.body.className += " modal-open"; | ||
}; | ||
@@ -57,0 +57,0 @@ Modal.prototype.close = function () { |
{ | ||
"name": "ng2-modal", | ||
"version": "0.0.18", | ||
"version": "0.0.19", | ||
"description": "Open modal window (dialog box) for your angular2 applications using bootstrap3.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -57,3 +57,3 @@ "use strict"; | ||
window.setTimeout(function () { return _this.modalRoot.nativeElement.focus(); }, 0); | ||
document.body.className += "modal-open"; | ||
document.body.className += " modal-open"; | ||
}; | ||
@@ -60,0 +60,0 @@ RouteModal.prototype.close = function () { |
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
47426