Hello Thiago,

thank you for fast reply. I'll check this as soon as my app runs.

At the moment I try to get angularjs to work as module. A while ago you wrote that you already did this and solved the problems.

What I've done:
- downloaded angular.zip, extracted to META-INF/assets/angular
- added a new JavaScriptModuleConfiguration named "angular" that points to angular.js
- changed my initializing code to

   require(["angular","jquery"],function() {

        var app = angular.module('MyApp', []);
   ...

Angularjs bootstrapsbut fails to find the module. I found that it starts with bootstrapping before my "var app = angular.module" code is called.

Any idea what's going wrong there?

Regards,
Michael.


Reply via email to