-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support AngularJS templates to JavaScript in Maven Plugin #157
Comments
Can you point to any library (be it js or java or anything else) which performs the AngularJS processing? The transformation itself seems like requires a separate project. I would rather reuse one to add support for this feature, than implement one from scratch (don't have time to do it myself). |
There are at least two grunt plugins available: https://github.com/ericclemmons/grunt-angular-templates |
These 2 classes converts the templates to JavaScript https://gist.github.com/arux/8568261 Java 7 is required. |
Thanks for sharing this. |
This is a very interesting extension - is there a plan to get it integrated a an ready to use extension module? Would be great if we can specify how to find the templates, rather than hard coded *.tpl.html pattern. |
Like grunt-html2js
http://docs.angularjs.org/api/ng.$templateCache
The text was updated successfully, but these errors were encountered: