blob: a33003ad580389defafbe97a65d37f3eaf80b659 [file] [log] [blame]
/**
* 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);