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:
parent
9765a5759e
commit
dd38b478de
10 changed files with 95 additions and 70 deletions
6
res/app/components/stf/socket/socket-state/index.js
Normal file
6
res/app/components/stf/socket/socket-state/index.js
Normal 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'))
|
Loading…
Add table
Add a link
Reference in a new issue