mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:23:28 +02:00
6 lines
174 B
JavaScript
6 lines
174 B
JavaScript
module.exports = angular.module('stf.logcat', [
|
|
require('stf/filter-string').name,
|
|
require('stf/socket').name
|
|
])
|
|
.factory('LogcatService', require('./logcat-service'))
|