can i use js-cookie in angularjs version 1.3.2 ,and how to use ? thanks for if any help ! (sorry for my mistake, i solved it by reading the document) #764
Unanswered
femaimi9527
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i am using angularjs in version 1.3.2 ,and i want to set and read cookies in different domain but in the same main website like a.test.com and b.test.com ,they are just different in not the same subdomain , but i'd try to make js-cookie working in my angularjs project , and i fail ,
that's what i am using below:
1、i have already download the file js.cookie.min.js in my src folder,
"./src/js/js.cookie.min.js" is the path of the js.cookie.min.js file.
my main.js file content:
2、my index.html file :
Beta Was this translation helpful? Give feedback.
All reactions