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

Template and template-url not working at all! #93

Open hamzamihaidanielx opened 8 years ago

hamzamihaidanielx commented 8 years ago

As title says, neither template or template-url are working, please fix it asap because i need it in a project becausei like this calendar.

mandadimuralidharreddy commented 7 years ago

its working in latest release.you need to use like below template-url="calUrl" as directive parameter. calUrl is scope var. $scope.calUrl="CalenderTemplate.html";