Opensource Angular JS WebApi Projects
-
Hi, I am a newbie to angularJS. Can you guys tell me some good angular JS project which i can reference. thanks in advance
-
Hi, I am a newbie to angularJS. Can you guys tell me some good angular JS project which i can reference. thanks in advance
-
Hi, I am a newbie to angularJS. Can you guys tell me some good angular JS project which i can reference. thanks in advance
Honestly, project structure is important as far as making sense, and that's about it. Some people like to make monolithic controller.js, directive.js, etc. Some like to divide the controllers into their logical functional areas and group them with views. My personal preference is the latter, and then tying everything into a bundle. That allows you to target exactly the code you're looking for without wading through unrelated items. Web Essentials in VS makes this ridiculously easy.