mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
6 lines
154 B
JavaScript
6 lines
154 B
JavaScript
require('./logcat-table.css')
|
|
|
|
module.exports = angular.module('stf.logcat-table', [
|
|
|
|
])
|
|
.directive('logcatTable', require('./logcat-table-directive'))
|