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
{{ message }}
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.
I ran into a problem with AngularJS being undefined. I believe the issue is the package name being angularjs but the export being angular. Adding the following shim:
fixes the problem. I'm not sure if this can be fixed on jam's side or if this is angulars responsibility, but i thought i'd atleast put this here for reference.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I ran into a problem with AngularJS being undefined. I believe the issue is the package name being
angularjs
but the export beingangular
. Adding the following shim:fixes the problem. I'm not sure if this can be fixed on jam's side or if this is angulars responsibility, but i thought i'd atleast put this here for reference.
The text was updated successfully, but these errors were encountered: