Releases: kjartanvalur/angular-kendo-window
Releases · kjartanvalur/angular-kendo-window
New version 2.3.1
Bugfix
Version 2.2.8
Took out the window.html dependency.
Some more refactoring
Version 2.2.7
Support for jquery 3.x
Update bower version
No changes. Only to fix bower version mixup
Version 2.2.5
Version 2.2.4
Fixed conflict with angular-bootstrap
Version 2.2.3
Added option to change the window.html template url.
var windowInstance = $kWindow.open({
options:{
modal: true,
title: $scope.title,
resizable: true,
height: 150,
width: 400,
visible: false
},
windowTemplateUrl: 'window.html',
templateUrl: 'modal1.html',
controller: 'modalController',
resolve: {
message: function () {
return $scope.content;
}
}
});
Version 2.2.2
Minor bug fix & MIT license added
Version 2.2.1
Fix to destroy DOM element when closing
Version 2.2.0
Clean up dom elements after closing