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

.success is not a function #119

Open 17satyendra opened 7 years ago

17satyendra commented 7 years ago

I am using angular 1.6.4, Version. But it showing error .success is not a function. if i install angular 1.5.8. it is working fine and i am getting error in different library. please help me to solve my problem.

i have review your code you need to change code which i have attached. error

vRuslan commented 7 years ago

Hi @17satyendra it's normal, angular have changed $http signature in 1.6.x so you have to replace .success with .then