I am just starting out with AngularJS so my question is basic. I have a rather big MVC application to implement that is data centric. From a menu you get to all the different data (which are tables and views from a database retrieved via web services) as well as reports, etc. There are probably about 3 dozen such different pages. The data is usually shown in tables with a different view to modify or add new records.
My question is how this is best broken down. I am thinking of just having one main page and do everything with AngularJS (rather than using the MVC mechanisms). The fixed menu would then go into the header. Then I use the URL routing (ngRoute / routeProvider) to switch between the different data types (the about 3 dozens I mentioned above). To switch between listing/searching data and modifying/adding data I would use partials (ngInclude). Does that sound like a reasonable approach or should I also leverage the mechanisms in MVC? Note that the application will have to work on both desktops and tablets. -- 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.
