mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 15:53:28 +02:00
8 lines
243 B
JavaScript
8 lines
243 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', [
|
|
])
|
|
.factory('DevicesService', require('./devices-service'))
|