jsmodules / angular-material-calendar

A calendar directive for AngularJS and Angular Material Design
https://angular-material-calendar.bradb.net/
Mozilla Public License 2.0
182 stars 86 forks source link

It is working with angular v1.5.8 ? #112

Closed MauricioC31 closed 7 years ago

MauricioC31 commented 7 years ago

Hi Everyone; my question is if this is working with angular v1.5.8 ?

egunsoma commented 7 years ago

It works with 1.6.x for me.

MauricioC31 commented 7 years ago

My problem is when inicialize the module ''materialCalendar'', for example:

angular.module('juridico', ['ngRoute', 'ngMaterial', 'ngMdIcons', 'ngMessages', 'materialCalendar' ])

the error in app is:

image.

Thanks for the help.

egunsoma commented 7 years ago

hmm its strange, could you make sure if you including all the JS files for the given modules?

Other question: if you remove only the materialCalendar module, everything works as expected?

MauricioC31 commented 7 years ago

Yes is strange. I´m include all JS files in the index for the modules and yes when remove only materialCalendar it is work OK. =( Thanks for the help.

MauricioC31 commented 7 years ago

The solution are that ng-sanitize not was include in my project.

Thanks for the support.