blob: 2b04ff6d1d2ff869d39f5f8dabf42702faac29df [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
Andrew Geisslerba5e3f32018-05-24 10:58:00 -07008window.angular && (function(angular) {
9 'use strict';
Iftekharul Islam99d199f2017-03-24 15:28:25 -050010
Andrew Geisslerba5e3f32018-05-24 10:58:00 -070011 /**
12 * Used for gulp template cache plugin.
13 */
Andrew Geisslerd27bb132018-05-24 11:07:27 -070014 angular.module('app.templates', []);
Iftekharul Islam99d199f2017-03-24 15:28:25 -050015})(window.angular);