mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
11 lines
357 B
JavaScript
11 lines
357 B
JavaScript
/**
|
|
* Copyright © 2019 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
|
**/
|
|
|
|
module.exports = angular.module('stf.device-list.column', [
|
|
require('gettext').name,
|
|
require('stf/settings').name,
|
|
require('stf/app-state').name
|
|
])
|
|
.service('DeviceColumnService', require('./device-column-service'))
|