summaryrefslogtreecommitdiffstats
path: root/app/common/services/index.js
blob: 6f0a932caf73d2e58f35bed073ba62a1b4276983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * 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