Closed sebastianzillessen closed 10 years ago
The default script looks like:
angular.module('app').run(['$templateCache', function($templateCache) { ... });
Is there some possibility to rename the module name to something else?
I know that I could include this to my app as dependency, but I like to rename it.
Thanks!
Does this work?
https://github.com/ericclemmons/grunt-angular-templates#module
Yes! Perfect, sorry! Seems like I over-read that!
The default script looks like:
Is there some possibility to rename the module name to something else?
I know that I could include this to my app as dependency, but I like to rename it.
Thanks!