I think it would help you to read about AngularJS Code Organization.. Some useful links here... but I am sure you'll be able to glean a lot more by searching too http://blog.angularjs.org/2014/02/an-angularjs-style-guide-and-best.html http://cliffmeyers.com/blog/2013/4/21/code-organization-angularjs-javascript https://medium.com/opinionated-angularjs/9f01b594bf06
Personally, grouping the files based on areas of functionality helped. On Monday, April 14, 2014 2:05:44 PM UTC+5:30, Pushpendra Kumar wrote: > > Hello All, > > > I am new to angular.js. > I have a bigger project made on java spring with jspx > pages on client side. > Project contains 10 modules and each module contains > create, show, list and update pages. > Now I have to implement AngularJs in this project > step-by-step. > Firstly I have to replace all list pages jspx with > angularJs. > I have rest apis and to put angular only for list > pages and rest application would be on jsps. > And whole application would be working. > > Please suggest me the approach to be used. > Some queries: > 1. Where I have to put ng-app, angular.js and app.js > 2. What should be in app.js > 3. How to manage router > > Please help me. > Thanks in Advance. > > > With Warm regards, > Pushpendra > > -- 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.
