summaryrefslogtreecommitdiffstats
path: root/app/common/services/index.js
blob: f54f6ebd7daf00112f3c2a487921f702a641c9e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * A module to contain common services
 *
 * @module app/common/services/index
 * @exports app/common/services/index
 * @version 0.0.1
 */

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

    angular
        .module('app.common.services', [
            // Dependencies
            // Basic resources
        ]);

})(window.angular);
OpenPOWER on IntegriCloud