Pawel; I realize this is an old post, but would you describe the tools and process you use to generate the "aggregate" top level module definition from the "partial" modules?
Thanks, Ying On Wednesday, October 17, 2012 12:56:00 PM UTC-6, Pawel Kozlowski wrote: > > Hi! > > On Wed, Oct 17, 2012 at 8:51 PM, Kevin Preller > <[email protected] <javascript:>> wrote: > > . The downside: It doesn't work automatically if you include > > another file + its a little more to write and even more if you have a > lot of > > directives. > > True. > > > Can I do something like: > > angular.module('my-main-module', ['myjs.*']); ? :-) > > Nope. What I'm doing in my app is that this "aggregate" module gets > generated by the build system based on "partial" modules. > > Cheers, > Pawel > > -- > Question? Send a fiddle > (http://jsfiddle.net/pkozlowski_opensource/Q2NpJ/) or a plunk > (http://plnkr.co/) > Need help with jsFiddle? Check this: > http://pkozlowskios.wordpress.com/2012/08/12/using-jsfiddle-with-angularjs/ > > Looking for UI widget library for AngularJS? Here you go: > http://angular-ui.github.com/ > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
