Adding device info.

This commit is contained in:
Gunther Brunner
2014-05-02 15:14:50 +09:00
parent c29174b385
commit 34c35e4095
4 changed files with 218 additions and 56 deletions

View File

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