Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.

Angular undefined #132

Open
RSSchermer opened this issue Feb 20, 2013 · 0 comments
Open

Angular undefined #132

RSSchermer opened this issue Feb 20, 2013 · 0 comments

Comments

@RSSchermer
Copy link

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:

shim : {
    "angularjs" : {
        deps: ["jquery"],
        exports:"angular"
    }
}

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.

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

No branches or pull requests

1 participant