compact / angular-bootstrap-lightbox

An AngularJS lightbox built using UI Bootstrap Modal.
http://compact.github.io/angular-bootstrap-lightbox/
MIT License
306 stars 134 forks source link

templateUrl not recognized by webpack #84

Closed darkdoon closed 6 years ago

darkdoon commented 6 years ago

Hi, the $uibmodal has a 'template' option besides the 'templateUrl' one. In order to manage Lightbox with webpack, I have to import my template and set it to the 'template' option. Unfortunately, I can only set the templateUrl option from the provider.

Can you add this option to lightbox please ?

Thanks for your answer.

regards,

Darkdoon.

elementdigital commented 6 years ago

Is this what you are looking for? this adds an option to override the uib modal window. https://github.com/compact/angular-bootstrap-lightbox/compare/master...elementdigital:master

darkdoon commented 6 years ago

yes, it helps :) thank you.