UNPKG

grunt-angular-templates

Version:

Grunt build task to concatenate & register your AngularJS templates in the $templateCache

9 lines (6 loc) 163 B
angular.module('empty_file').run(['$templateCache', function($templateCache) { 'use strict'; $templateCache.put('test/fixtures/empty.html', "" ); }]);