Closed mgol closed 11 years ago
I use grunt-angular-templates 0.4.0. I've just discovered it incorrectly transforms empty templates, it results in:
grunt-angular-templates
$templateCache.put('/templates/item-row.html', );
which is a syntax error. It should put an empty string under this ID instead.
Holy crap, didn't even think about that. Working on this now!
Fixed in v0.4.1: 2e6c001b6ec030e59a3b1af35ac83d41dea7b79b
v0.4.1
Thanks again buddy!
I use
grunt-angular-templates
0.4.0. I've just discovered it incorrectly transforms empty templates, it results in:which is a syntax error. It should put an empty string under this ID instead.