Iftekharul Islam | 99d199f | 2017-03-24 15:28:25 -0500 | [diff] [blame] | 1 | /** |
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 | |||||
10 | window.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); |