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-table/index.js
Gunther Brunner 1c89235267 Logging implemented (except filtering).
Automatically enable/disable scroll lock based on the scrollbar position.
2014-05-19 22:28:39 +09:00

6 lines
154 B
JavaScript

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