Cleaning new Logcat table.

This commit is contained in:
Gunther Brunner
2014-05-13 16:46:07 +09:00
parent 9edd849d28
commit 4d0c884eee
6 changed files with 160 additions and 82 deletions

View File

@@ -3,4 +3,5 @@ require('./logcat-table.css')
module.exports = angular.module('stf.logcat-table', [
])
.value('logcatAutoScroll', true)
.directive('logcatTable', require('./logcat-table-directive'))