Files
stf-DeviceFarmer/res/app/components/stf/devices/index.js
2019-08-27 15:38:28 +02:00

10 lines
307 B
JavaScript

/**
* Copyright © 2019 code initially contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
**/
module.exports = angular.module('stf.devices', [
require('stf/util/common').name,
require('stf/socket').name
])
.factory('DevicesService', require('./devices-service'))