1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/res/app/components/stf/logcat/index.js
2014-05-13 12:12:52 +09:00

4 lines
109 B
JavaScript

module.exports = angular.module('stf.logcat', [
])
.factory('LogcatService', require('./logcat-service'))