mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
4 lines
109 B
JavaScript
4 lines
109 B
JavaScript
module.exports = angular.module('stf.logcat', [
|
|
|
|
])
|
|
.factory('LogcatService', require('./logcat-service'))
|