mattlewis92/angular-bootstrap-calendar

templates not found error

deepaucksharma opened this issue · 4 comments

Looks like you did not put templates where the directive expects them to be. How did you install mwl-calendar?

added it to bower dependences, the templates are under the dist folder in components folder. But the directive expects it at some other location.

Well... They should be in src/. That's how it should look like after bower install --save angular-bootstrap-calendar:

image

It sounds like you're including the wrong bundle that doesn't have the templates included, make sure you're including the one ending in -tpls.js: https://github.com/mattlewis92/angular-bootstrap-calendar/blob/master/dist/js/angular-bootstrap-calendar-tpls.js