dustinspecker / generator-ng-poly

Yeoman generator for modular AngularJS apps with Gulp and optional Polymer support
MIT License
237 stars 50 forks source link

Added typedef to $inject on controller and service templates #314

Closed jeffarese closed 8 years ago

jeffarese commented 8 years ago

What does this PR do?

This fixes the typedef error thrown by TSLint on $inject variables.

The variable always expect an array of strings.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 97.93% when pulling 5f04130e1ca4ed9885665ec5fb9189dc369f0b71 on Jeffarese:master into aefae406b143be37ca533d438d524f78f48a0c23 on dustinspecker:master.

dustinspecker commented 8 years ago

Thank you!