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