1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 12:00:08 +02:00
OpenSTF/res/app/components/stf/socket/index.js
Gunther Brunner aad3db8828 Fixed most of the dependencies by unit testing.
Refactored TransactionService and StorageService.
2014-08-22 15:32:09 +09:00

6 lines
242 B
JavaScript

module.exports = angular.module('stf.socket', [
//TODO: Refactor version update out to its own Ctrl
require('stf/app-state').name,
require('stf/common-ui/modals/version-update').name
])
.factory('socket', require('./socket-service'))