mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +02:00
5 lines
141 B
JavaScript
5 lines
141 B
JavaScript
module.exports = angular.module('stf/settings', [
|
|
require('stf/user').name
|
|
])
|
|
.factory('SettingsService', require('./settings-service'))
|