blob: 399c280c2d58adb211aa5cc190be24cf11b5ea39 [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
6 * @version 0.0.1
7 * @since 0.0.1
8 */
9
10window.angular && (function (angular) {
11 'use strict';
12
13 /**
14 * Used for gulp template cache plugin.
15 */
16 angular
17 .module('app.templates', []);
18
19})(window.angular);