1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 12:00:08 +02:00
OpenSTF/res/app/components/stf/common/nothing-to-show/index.js
Gunther Brunner eae8062252 Adding nothing to show.
Exporting webpack options.
2014-02-19 22:51:40 +09:00

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'))