blob: a56dce1b758fa6e064946c23ac13ccf8dae5534a [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
16})(window.angular);