angular-cache icon indicating copy to clipboard operation
angular-cache copied to clipboard

feat(deps): upgrade to cachefactory 3.0.0

Open Delagen opened this issue 8 years ago • 7 comments

Upgrade to latest cachefactory

Main issue with angular is the difference in handling $http promises handling to access headers and other data

before 1.6.x $http().success(data,headers).error(...).then(data)

from 1.6.x $http().then({data,headers...})

Align introduces in 1.4.4 with http://devdocs.io/angularjs~1.5/api/ng/provider/$httpprovider#useLegacyPromiseExtensions

Update: rescan source cause it only sugar. So nothing needed in angular to config. Only https://github.com/jmdobry/CacheFactory/pull/30

Delagen avatar Feb 27 '17 21:02 Delagen

requires https://github.com/jmdobry/CacheFactory/pull/30

Delagen avatar Feb 27 '17 22:02 Delagen

I guess angular-cache should be update to work with the latest versions of Angular 1.x only?

jmdobry avatar Feb 27 '17 22:02 jmdobry

I removed unneded config, so it works but only with https://github.com/jmdobry/CacheFactory/pull/30

Where i wrote why.

Delagen avatar Feb 28 '17 05:02 Delagen

Any update?

Delagen avatar Mar 17 '17 11:03 Delagen

Any news?

Delagen avatar May 17 '17 18:05 Delagen

🙏

deini avatar Oct 17 '17 16:10 deini

Any news regarding this PR?

tocDK avatar Jun 15 '18 06:06 tocDK