UNPKG

grunt-html2js

Version:

Compiles AngularJS templates to JavaScript

7 lines (5 loc) 268 B
angular.module("templates-files_array_default_options", ["../test/fixtures/one.tpl.html"]); angular.module("../test/fixtures/one.tpl.html", []).run(["$templateCache", function($templateCache) { $templateCache.put("../test/fixtures/one.tpl.html", "1 2 3"); }]);