-Refactored socket state to use growl.

This commit is contained in:
Gunther Brunner
2014-03-25 18:51:50 +09:00
parent 9765a5759e
commit dd38b478de
10 changed files with 95 additions and 70 deletions

View File

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