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
I failed to return a created class object in my angularjs service, because the class definition is created async. When I want to create an object, the definition was not existing yet.
I think it is a major limitation of jsclass. I'd rather manually include "hash.js" in my program.
The text was updated successfully, but these errors were encountered:
I failed to return a created class object in my angularjs service, because the class definition is created async. When I want to create an object, the definition was not existing yet.
I think it is a major limitation of jsclass. I'd rather manually include "hash.js" in my program.
The text was updated successfully, but these errors were encountered: