You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jfigueruela edited this page Oct 6, 2014
·
5 revisions
In the modules based on the framework is concentrated AngularJS the application functionality. For easy understanding and allowing a modularized development have been grouped into functional subunits. More or less the appearance of the modules is:
├── templates (Html templates for modules views)
├── translations (Translations files)
├── controller.js (Master controller module upon which the functionality and the remaining subunits)
├── services.js (Angular services module)
├── directive.js (Angular directives module)
└── utils.js (Own utilities methods module)
A new application built with rectangular is supplied with the basic modules to start developing your application.
Main
Home
Lang
Thanks to other generators we can provide our application of various extra features. Reqtangular generators