mattlewis92 / angular-bootstrap-calendar

A port of the bootstrap calendar widget to AngularJS (no jQuery required!)
https://mattlewis92.github.io/angular-bootstrap-calendar/
MIT License
798 stars 369 forks source link

moment.locale is not a function #635

Closed matvaleriano closed 7 years ago

matvaleriano commented 7 years ago
vendor.min.1502481802.js:12416 TypeError: moment.locale is not a function
    at Object.angular.module.controller.vm.$onInit.calendarHelper.loadTemplates.then.$scope.$watchGroup.eventsWatched 

moment refers a function(input, format, lang, strict) and should be a moment of momentjs ... because its calling locale method

matvaleriano commented 7 years ago

i'm sorry its an issue of momentjs