1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00
OpenSTF/res/app/components/stf/logcat-table/logcat-table-directive.js
2014-05-13 12:22:56 +09:00

13 lines
225 B
JavaScript

module.exports = function logcatTableDirective() {
return {
restrict: 'E',
replace: true,
scope: {
},
template: require('./logcat-table.jade'),
link: function (scope, element, attrs) {
}
}
}