Implement device screen.

This commit is contained in:
Simo Kinnunen
2014-02-06 22:45:19 +09:00
parent a2dd5ad0c7
commit d17e86bc57
9 changed files with 317 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
define([
'./DeviceListCtrl'
, './DeviceControlCtrl'
, './DeviceScreenCtrl'
]
, function() {
}