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