mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
8 lines
271 B
JavaScript
8 lines
271 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.users', [
|
|
require('stf/util/common').name
|
|
])
|
|
.factory('UsersService', require('./users-service'))
|