blob: f54f6ebd7daf00112f3c2a487921f702a641c9e0 [file] [log] [blame]
/**
* A module to contain common services
*
* @module app/common/services/index
* @exports app/common/services/index
* @version 0.0.1
*/
window.angular && (function (angular) {
'use strict';
angular
.module('app.common.services', [
// Dependencies
// Basic resources
]);
})(window.angular);