kjartanvalur / angular-kendo-window

Angular Kendo Window
MIT License
25 stars 9 forks source link

How can I specify the path to window.html #31

Closed pateketu closed 7 years ago

pateketu commented 7 years ago

Nice work with $kWindow!, I would like to specify path to my window.html file, how would I do that?

kjartanvalur commented 7 years ago

windowTemplateUrl: 'templates/windowd.html'

var windowInstance = $kWindow.open({ options:{ ... }, windowTemplateUrl: 'templates/window.html', .... });