Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): upgrade to cachefactory 3.0.0 #258

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Delagen
Copy link

@Delagen Delagen commented Feb 27, 2017

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 jmdobry/CacheFactory#30

@Delagen Delagen mentioned this pull request Feb 27, 2017
@Delagen
Copy link
Author

Delagen commented Feb 27, 2017

requires jmdobry/CacheFactory#30

@jmdobry
Copy link
Owner

jmdobry commented Feb 27, 2017

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

@Delagen
Copy link
Author

Delagen commented Feb 28, 2017

I removed unneded config, so it works but only with jmdobry/CacheFactory#30

Where i wrote why.

@Delagen
Copy link
Author

Delagen commented Mar 17, 2017

Any update?

@Delagen
Copy link
Author

Delagen commented May 17, 2017

Any news?

@deini
Copy link

deini commented Oct 17, 2017

🙏

@tocDK
Copy link

tocDK commented Jun 15, 2018

Any news regarding this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants