-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

@@ -0,0 +1,9 @@
module.exports = function SocketStateDirectiveFactory() {
return {
restrict: 'EA',
template: require('./socket-state.jade'),
controller: 'SocketStateCtrl',
scope: {
}
}
}