Closed DrewML closed 10 years ago
I use the global angular
in an attempt to make the code as readable as possible for angular
users. Can you share some documentation in RequireJS as how is the best way to do this?
Issue closed due to no reply from user.
In the first line within the define call, the global for "angular" is being utilized. Following the "RequireJS" way, this should be using the local var "angularAMD." This is already being done within the "return" statement.