1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Added translate to everything.

Added new version update modal.
This commit is contained in:
Gunther Brunner 2014-05-28 15:58:18 +09:00
parent 1e0a145490
commit 6b67d66a93
22 changed files with 157 additions and 89 deletions

View file

@ -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'))