mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-23 06:15:16 +02:00
Shortcut {modules,services} to app.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
define(['./_module', 'lodash'], function(services, _) {
|
||||
define(['./_module', 'lodash'], function(app, _) {
|
||||
function ControlServiceFactory($rootScope, socket) {
|
||||
var controlService = {
|
||||
}
|
||||
@@ -56,7 +56,7 @@ define(['./_module', 'lodash'], function(services, _) {
|
||||
return controlService
|
||||
}
|
||||
|
||||
services.factory('ControlService'
|
||||
app.factory('ControlService'
|
||||
, [ '$rootScope'
|
||||
, 'SocketService'
|
||||
, ControlServiceFactory
|
||||
|
||||
Reference in New Issue
Block a user