mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Added translate to everything.
Added new version update modal.
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
module.exports = angular.module('stf/socket', [])
|
||||
module.exports = angular.module('stf/socket', [
|
||||
require('stf/common-ui/modals/version-update').name
|
||||
])
|
||||
.factory('socket', require('./socket-service'))
|
||||
|
||||
Reference in New Issue
Block a user