ericclemmons / grunt-angular-templates

Grunt build task to concatenate & pre-load your AngularJS templates
MIT License
710 stars 107 forks source link

Issue with Element directives #159

Open hbaccara opened 8 years ago

hbaccara commented 8 years ago

Tags such as: <my-directive/> are compiled to <my-directive> without the tag closing slash, which causes problems.

smoebody commented 8 years ago

same for me. it took me ages to find out it is the templateCache that causes my directives not to load. there is no info, warning or error... Workaround for now is simple:

    <my-directive></my-directive>