UNPKG

grunt-html2js

Version:

Compiles AngularJS templates to JavaScript

7 lines (5 loc) 270 B
angular.module("templates-files_array_default_options", ["../test/fixtures/two.tpl.html"]); angular.module("../test/fixtures/two.tpl.html", []).run(["$templateCache", function($templateCache) { $templateCache.put("../test/fixtures/two.tpl.html", "Testing"); }]);