1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

-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,6 @@
module.exports = angular.module('stf/socket/socket-state', [
require('stf/socket').name,
require('stf/common-ui/notifications').name
])
.directive('socketState', require('./socket-state-directive'))
.controller('SocketStateCtrl', require('./socket-state-controller'))