blob: d23406906973aa229d7632389839a6b32d14eb9d [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);