mirror of
https://github.com/openstf/stf
synced 2025-10-06 12:00:08 +02:00
4 lines
170 B
JavaScript
4 lines
170 B
JavaScript
require('./nothing-to-show.css')
|
|
|
|
module.exports = angular.module('stf/common/nothing-to-show', [])
|
|
.directive('nothingToShow', require('./nothing-to-show-directive'))
|