jmdobry / angular-cache

angular-cache is a very useful replacement for the Angular 1 $cacheFactory.
http://jmdobry.github.io/angular-cache
MIT License
1.39k stars 156 forks source link

Guide has some errors in the $http section #91

Closed riddla closed 10 years ago

riddla commented 10 years ago

The section Using angular-cache with $http at http://jmdobry.github.io/angular-cache/guide.html#http has three calls to deferred.resolved(data). This should be deferred.resolve(data), or am I mistaken?

jmdobry commented 10 years ago

@riddla Good catch, the docs have been updated.

riddla commented 10 years ago

Probably not the correct place, but: you wrote an awesome extension, thank you :)

jmdobry commented 10 years ago

@riddla Thanks. I beginning development on 3.0.0. If you have any feedback/requests, please leave them here.