blob: c1c7cc399e77b456e45aa825ac3d1931caf09082 [file] [log] [blame]
Iftekharul Islam99d199f2017-03-24 15:28:25 -05001/**
2 * A module which contains all compiled templates for the angular application
3 *
4 * @module app/templates
5 * @exports app/templates
Iftekharul Islam99d199f2017-03-24 15:28:25 -05006 */
7
8window.angular && (function (angular) {
9 'use strict';
10
11 /**
12 * Used for gulp template cache plugin.
13 */
14 angular
15 .module('app.templates', []);
16
17})(window.angular);