mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-26 15:55:31 +02:00
In the middle of a big refactoring.
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
define([
|
||||
'./DeviceListCtrl'
|
||||
, './DeviceControlCtrl'
|
||||
, './DeviceScreenCtrl'
|
||||
]
|
||||
, function() {
|
||||
}
|
||||
)
|
||||
3
res/app/scripts/controllers/index.js
Normal file
3
res/app/scripts/controllers/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
require('./DeviceListCtrl')
|
||||
require('./DeviceControlCtrl')
|
||||
require('./DeviceScreenCtrl')
|
||||
Reference in New Issue
Block a user