mattlewis92/angular-bootstrap-calendar

Error: [$injector:unpr] Unknown provider: $uibModalProvider <- $uibModal <- alert

Abdou00 opened this issue · 4 comments

Hello,

Bug description / Feature request:

I added the angular-bootstrap-calendar in my MeanJS project, I integrated the demo template and all displayed but I have a problem with the opening of the modal when I click on an event I ' Error:

Error: [$injector:unpr] Unknown provider: $uibModalProvider <- $uibModal <- alert

I also have a problem with different views (year, month, ...) when I click on the buttons it does not matter the view does not change and the console does not return error.

Do you have any idea what is causing these problems?

Versions

Angular: ~1.3

Calendar library: v0.29.3

Browser name and version: Chrome | Version 59.0.3071.115

I solved the problem with modal this was due to the fact that $ uibModal has been renamed $ modal.

I still do not understand why my calendar still does not display the different views (month, day, ....)

any plunker with code?

This is the code of the demo version as it is