kenhkan / angular-templates-brunch

Wrap all templates in an AngularJS module for Brunch.IO
0 stars 6 forks source link

support for custom template cache keys via tplKey fn #5

Closed mwmitchell closed 9 years ago

mwmitchell commented 10 years ago

This feature allows a tplKey function to be defined in the config, allowing custom $templateCache keys to be used.

kenhkan commented 9 years ago

This makes a lot of sense. Thanks for the PR!