I have one base html page and it has 5 menus, If i click anyone menu, It has to call corresponding model and load
respective data from its view.
Please provide solution or sample attach app to understand.
So far, I can not find any sample project in JavaScriptMVC with multiple models and pages along with the controller.
Because i want to know the file structure and design, if I use multiple pages and models and controllers.
Also, let me know, whether i should keep the JavaScriptMVC support files like jquery,steal etc in my development folder of my app ? (also when deployment) .
Please help.