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

Show socket status in the UI. Absolutely no styling yet.

This commit is contained in:
Simo Kinnunen 2014-03-20 15:30:49 +09:00
parent 47ecd9d37e
commit 5771507fc9
5 changed files with 72 additions and 3 deletions

View file

@ -1,2 +1,3 @@
module.exports = angular.module('stf/socket', [])
.factory('socket', require('./socket-service'));
.factory('socket', require('./socket-service'))
.directive('socketState', require('./socket-state-directive'))