Skip to content

dimangulov/angular-kendo-window

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-kendo-window

Angular Kendo Window

Angular directive to dynamically create Kendo UI windows with a separate template and controller.

This is highly influenced by UI Bootstrap modal directive.

Please vote for this to be officially supported in Kendo UserVoice

Documentation

Example

var windowInstance = $kWindow.open({ options:{ modal: true, title: "Window title", height: 150, width: 400, visible: false }, templateUrl: 'modal1.html', controller: 'modalController', resolve: { parameter1: function () { return "Test..."; } } }); windowInstance.result.then(function (result) { // Here you can get result from the window });

Demo

Installation

Bower

bower install angular-kendo-window

About

Angular Kendo Window

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 100.0%