-
Notifications
You must be signed in to change notification settings - Fork 1
Mean
Sébastien LUCAS edited this page Jun 9, 2014
·
11 revisions
There is 2 mean projects
https://github.com/linnovate/mean
and
http://meanjs.org/
http://mean.io/#!/
I've started with https://github.com/linnovate/mean
Mean
--[public]
----[js]
------app.js : Configuration of used angular modules
------config.js : Angular routes (all routes after #!/)
------init.js : Bootstrap of angular app
------filters.js : Custom filters (none by default)
------directives : Custom directives (none by default)
------[Services] All js files defining services (relation to web service and databases)
------[Controllers] All js files defining app behavior
----[views] The templates : All html files containing special tags (ng-...)