mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
4 lines
144 B
JavaScript
4 lines
144 B
JavaScript
module.exports = angular.module('stf.logcat', [
|
|
require('stf/filter-string').name
|
|
])
|
|
.factory('LogcatService', require('./logcat-service'))
|