mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
-Refactored socket state to use growl.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module.exports = function SocketStateDirectiveFactory() {
|
||||
return {
|
||||
restrict: 'EA',
|
||||
template: require('./socket-state.jade'),
|
||||
controller: 'SocketStateCtrl',
|
||||
scope: {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user