|
|
|
|
|
by chm
4429 days ago
|
|
This is actually great for someone learning Angular. It's just a different way of presenting the exact same material. I was completely dumbfounded at first when learning Angular. This would have helped. I very much suggest everyone interested in Angular development to read what the guys at MeanJS.org[1] have to say about structuring modules. It helps me think about my app a lot better. The structure could be cleaned up a bit though (e.g. module A can use module B's filters at run-time, this is a bad thing IMO. There should be global and local filters). [1]:http://meanjs.org/docs.html#angularjs-modules |
|
TLDR; THANK YOU (Intermediary AngularJS learning–curve is friggin hard.)