toddmotto / angularjs-styleguide

AngularJS styleguide for teams
https://ultimateangular.com
5.96k stars 700 forks source link

fix(readme): Missing .name suffixs for exports #57

Closed Hypercubed closed 8 years ago

Hypercubed commented 8 years ago

Added missing .name suffix for exports from Component and Common modules

toddmotto commented 8 years ago

Ah yes - sorry about that. Huge thanks for the fix.

Hypercubed commented 8 years ago

Not sure why this is not supported this internally. A simple value.name || value would do.