mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
-Refactored socket state to use growl.
This commit is contained in:
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'))
|
||||
Reference in New Issue
Block a user