lvbreda / Meteor_angularjs

279 stars 42 forks source link

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

Open SimonDegraeve opened 11 years ago

SimonDegraeve commented 11 years ago

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