Added after-the-fact filtering.

This commit is contained in:
Gunther Brunner
2014-05-21 16:32:44 +09:00
parent 9e753551af
commit 48d50757f8
7 changed files with 181 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
module.exports = angular.module('stf.logcat', [
require('stf/filter-string').name
])
.factory('LogcatService', require('./logcat-service'))