mattlewis92/angular-bootstrap-calendar

moment.locale is not a function

matvaleriano opened this issue · 1 comments

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

i'm sorry its an issue of momentjs