Files
stf-DeviceFarmer/res/app/components/stf/logcat-table/index.js
2014-05-13 16:48:01 +09:00

8 lines
189 B
JavaScript

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