angular / router

The Angular 1 Component Router
MIT License
665 stars 135 forks source link

How can i change folder suffix 'html' with other?such as 'home.tpl' #370

Closed zhbitcxy closed 9 years ago

amritk commented 9 years ago
         $componentLoaderProvider.setTemplateMapping(function(name) {
             return 'components/' + name + '/' + name + '.tpl';
        });
zhbitcxy commented 9 years ago

Thank you very much