Not critical, but a very simple fix that would be nice...
The index.html yeoman template could auto fill 'title' in the same way that it the package.json "name" value is filled, rather than being set to Polymer WebApp out of the box. This could be derived from the repo name (possibly using ._.humanize or something...):
https://github.com/yeoman/generator-angular/issues/765
Not critical, but a very simple fix that would be nice... The
index.html
yeoman template could auto fill 'title' in the same way that it thepackage.json
"name" value is filled, rather than being set toPolymer WebApp
out of the box. This could be derived from the repo name (possibly using._.humanize
or something...): https://github.com/yeoman/generator-angular/issues/765