Adding panel info.

This commit is contained in:
Gunther Brunner
2014-05-01 22:42:35 +09:00
parent cceded14c2
commit 7a598af243
10 changed files with 119 additions and 5 deletions

View File

@@ -1,2 +1,4 @@
module.exports = angular.module('stf/device', [])
module.exports = angular.module('stf/device', [
require('./device-info').name
])
.factory('DeviceService', require('./device-service'))