blob: c1c7cc399e77b456e45aa825ac3d1931caf09082 [file] [log] [blame]
/**
* A module which contains all compiled templates for the angular application
*
* @module app/templates
* @exports app/templates
*/
window.angular && (function (angular) {
'use strict';
/**
* Used for gulp template cache plugin.
*/
angular
.module('app.templates', []);
})(window.angular);