blob: 6f0a932caf73d2e58f35bed073ba62a1b4276983 [file] [log] [blame]
Iftekharul Islam99d199f2017-03-24 15:28:25 -05001/**
2 * A module to contain common services
3 *
4 * @module app/common/services/index
5 * @exports app/common/services/index
Iftekharul Islam99d199f2017-03-24 15:28:25 -05006 */
7
Andrew Geisslerba5e3f32018-05-24 10:58:00 -07008window.angular && (function(angular) {
9 'use strict';
Iftekharul Islam99d199f2017-03-24 15:28:25 -050010
Andrew Geisslerd27bb132018-05-24 11:07:27 -070011 angular.module('app.common.services', [
12 // Dependencies
13 // Basic resources
14 ]);
Iftekharul Islam99d199f2017-03-24 15:28:25 -050015})(window.angular);