mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
4 lines
119 B
JavaScript
4 lines
119 B
JavaScript
module.exports = angular.module('stf.browser-info', [
|
|
|
|
])
|
|
.factory('BrowserInfo', require('./browser-info-service'))
|