atticoos / gulp-ng-config

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

Allow custom template file #56

Closed flaviokz closed 7 years ago

flaviokz commented 8 years ago

Now you can do

gulpNgConfig('myModule', { templateFilePath: '.project/myTemplate.html' })

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e4eaea7a06445e714a55b84ec659fa7f7fdd4683 on flaviokz:develop into b6e1c45be74842fe405c6d05770520d484095e12 on ajwhite:develop.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e4eaea7a06445e714a55b84ec659fa7f7fdd4683 on flaviokz:develop into b6e1c45be74842fe405c6d05770520d484095e12 on ajwhite:develop.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e4eaea7a06445e714a55b84ec659fa7f7fdd4683 on flaviokz:develop into b6e1c45be74842fe405c6d05770520d484095e12 on ajwhite:develop.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e4eaea7a06445e714a55b84ec659fa7f7fdd4683 on flaviokz:develop into b6e1c45be74842fe405c6d05770520d484095e12 on ajwhite:develop.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e52ec1faa2746b722b24198ff04f5ec0526a73c3 on flaviokz:develop into b6e1c45be74842fe405c6d05770520d484095e12 on ajwhite:develop.

ryanm2000 commented 7 years ago

This seems like a really handy PR. Any chance of it being merged? If there is any work to be done that is stopping the merge I am happy to help out.

atticoos commented 7 years ago

Sorry for the large delay on this. Fantastic addition to the project. I'll follow up and add unit tests for this 👍

atticoos commented 7 years ago

This is now published under the v1.4.0 release. Thanks!