I'm trying to use angular-bootstrap-lightbox , and i need to inject Lightbox provider into directive like so
controller: ['Lightbox' , function ($scope, $rootScope, $filter, FileUploader,Lightbox) {
but this is lead to the following error :
Error: [$injector:unpr] Unknown provider: $uibModalProvider <- $uibModal <- Lightbox <- Lightbox
any body can help to resolve this , Thanks in advance .