Meteor_angularjs icon indicating copy to clipboard operation
Meteor_angularjs copied to clipboard

Make possible the creation of templates somewhere else than "public" directory

Open SimonDegraeve opened this issue 13 years ago • 0 comments

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

SimonDegraeve avatar Dec 06 '12 09:12 SimonDegraeve