summaryrefslogtreecommitdiffstats
path: root/app/templates.js
blob: 399c280c2d58adb211aa5cc190be24cf11b5ea39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * A module which contains all compiled templates for the angular application
 *
 * @module app/templates
 * @exports app/templates
 * @version 0.0.1
 * @since 0.0.1
 */

window.angular && (function (angular) {
    'use strict';

    /**
     * Used for gulp template cache plugin.
     */
    angular
        .module('app.templates', []);

})(window.angular);
OpenPOWER on IntegriCloud