You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I've implemented userapp as wrote in the documentation, but I always get the error when app.run is called and the user module is injected.
angularjs: 1.2.25
userapp-angular: 2.0.4
requirejs: 2.1.15
I have already tried it with angluar-cookies, but this dosen't help. Do you know this problem?
Greetings
The text was updated successfully, but these errors were encountered:
Fixed this error by myself, just required the original Cookies library and pasted it into the window.Cookies, maybou you could fix this. I think this is related to requirejs.
Hi, I will check this and tell you when I found it ;) I think it was very easy. Just require the cookie lib and set it to the window object before You call app.run
Hello, I've implemented userapp as wrote in the documentation, but I always get the error when app.run is called and the user module is injected.
angularjs: 1.2.25
userapp-angular: 2.0.4
requirejs: 2.1.15
I have already tried it with angluar-cookies, but this dosen't help. Do you know this problem?
Greetings
The text was updated successfully, but these errors were encountered: