angular2-bootstrap-confirm
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -145,3 +145,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
*/ | ||
this.isOpenChange = new core_1.EventEmitter(); | ||
this.isOpenChange = new core_1.EventEmitter(true); | ||
/** | ||
@@ -168,7 +168,3 @@ * An expression that is called when the confirm button is clicked. | ||
Confirm.prototype.ngOnInit = function () { | ||
var _this = this; | ||
// needed because of https://github.com/angular/angular/issues/6005 | ||
setTimeout(function () { | ||
_this.isOpenChange.emit(false); | ||
}); | ||
this.isOpenChange.emit(false); | ||
}; | ||
@@ -175,0 +171,0 @@ /** |
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="0.5.2"></a> | ||
## [0.5.2](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.5.1...v0.5.2) (2016-06-23) | ||
### Bug Fixes | ||
* **isOpen:** fix isOpen attribute that when set would break this module ([fe5516d](https://github.com/mattlewis92/angular2-bootstrap-confirm/commit/fe5516d)), closes [#14](https://github.com/mattlewis92/angular2-bootstrap-confirm/issues/14) | ||
<a name="0.5.1"></a> | ||
@@ -7,0 +17,0 @@ ## [0.5.1](https://github.com/mattlewis92/angular2-bootstrap-confirm/compare/v0.5.0...v0.5.1) (2016-06-22) |
{ | ||
"name": "angular2-bootstrap-confirm", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "An angular2 bootstrap confirmation popover", | ||
@@ -57,3 +57,3 @@ "main": "./angular2-bootstrap-confirm.js", | ||
"jasmine-core": "~2.4.1", | ||
"karma": "~0.13.22", | ||
"karma": "~1.0.0", | ||
"karma-coverage": "~1.0.0", | ||
@@ -60,0 +60,0 @@ "karma-jasmine": "~1.0.2", |
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
90649
1103