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

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

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

})(window.angular);
OpenPOWER on IntegriCloud