Skip to content

Releases: kjartanvalur/angular-kendo-window

New version 2.3.1

26 Sep 10:49
Compare
Choose a tag to compare

Version 2.2.8

25 Dec 11:14
b22e2a9
Compare
Choose a tag to compare

Took out the window.html dependency.
Some more refactoring

Version 2.2.7

20 Dec 10:34
beca997
Compare
Choose a tag to compare

Support for jquery 3.x

Update bower version

10 Nov 15:45
e16cadc
Compare
Choose a tag to compare

No changes. Only to fix bower version mixup

Version 2.2.5

12 Oct 08:37
Compare
Choose a tag to compare

Fixed Issue #21 with #30

Version 2.2.4

28 Apr 21:55
Compare
Choose a tag to compare

Fixed conflict with angular-bootstrap

Version 2.2.3

12 Apr 10:27
Compare
Choose a tag to compare

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

30 Mar 16:20
Compare
Choose a tag to compare

Minor bug fix & MIT license added

Version 2.2.1

07 Mar 09:29
Compare
Choose a tag to compare

Fix to destroy DOM element when closing

Version 2.2.0

10 Feb 09:57
Compare
Choose a tag to compare

Clean up dom elements after closing