Meteor_angularjs
Meteor_angularjs copied to clipboard
Make possible the creation of templates somewhere else than "public" directory
Hello,
I follow the structure provided by angular-sprout to organize my angularjs project. And According to the directory layout I would like to have the possibility to put my templates file in the client directory.
Exemple:
client/
app/
menu/ --> menu module
menu-controller.js
menu-partial.js
menu-service.js
menu-directive.js
menu-template.html --> Template file
Regards,
Simon