UNPKG

grunt-html2js

Version:

Compiles AngularJS templates to JavaScript

7 lines (5 loc) 234 B
angular.module("my-custom-template-module", ["fixtures/two.tpl.html"]); angular.module("fixtures/two.tpl.html", []).run(["$templateCache", function($templateCache) { $templateCache.put("fixtures/two.tpl.html", "Testing"); }]);