mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
module.exports = angular.module('stf.logcat', [
|
|
require('stf/filter-string').name
|
|
])
|
|
.factory('LogcatService', require('./logcat-service'))
|