We are using Chutzpah with QUnit to unit test our client side code which is built on the AngularJS framework. We have defined several AngularJS directives that reference templates located in external HTML files. These HTML files contain standard HTML snippets and are not wrapped with a <script type="text/html"> tag.
It would be great if Chutzpah could extend it's existing template support to support pure HTML templates like those used by AngularJS. We would envision the implementation being a variation of the html2Js plugin used by the Karma test runner. The syntax to include templates could mirror that used by the existing template support in Chutzpah.
See: [html2js for Karma](https://github.com/karma-runner/karma-ng-html2js-preprocessor)
Related work item: [#144](https://chutzpah.codeplex.com/WorkItem/144)
Let me know if you have any questions about our request. Thank you!
It would be great if Chutzpah could extend it's existing template support to support pure HTML templates like those used by AngularJS. We would envision the implementation being a variation of the html2Js plugin used by the Karma test runner. The syntax to include templates could mirror that used by the existing template support in Chutzpah.
See: [html2js for Karma](https://github.com/karma-runner/karma-ng-html2js-preprocessor)
Related work item: [#144](https://chutzpah.codeplex.com/WorkItem/144)
Let me know if you have any questions about our request. Thank you!