blob: 2b04ff6d1d2ff869d39f5f8dabf42702faac29df [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);