atticoos / gulp-ng-config

:wrench: Create AngularJS constants from a JSON config file
MIT License
173 stars 35 forks source link

Bugfix - module declaration #5

Closed atticoos closed 10 years ago

atticoos commented 10 years ago

Fixes #4 where the template did not include the empty dependency array to instantiate a new module angular.module('modName', [])

atticoos commented 10 years ago

This should do it for you @sylouuu