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

$q.resolve is not a function (older versions of angular) #81

Closed fbertone closed 8 years ago

fbertone commented 8 years ago

Hi, on angular 1.3 $q.resolve is not defined. Since it is just an alias for $q.when, I think it could be safely substituted with its original name, in order to extend support to older versions of angular (I'm using angular-material-calendar in a project that includes angular 1.3)