mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
2 lines
121 B
JavaScript
2 lines
121 B
JavaScript
module.exports = angular.module('stf.refresh-page', [])
|
|
.directive('refreshPage', require('./refresh-page-directive'))
|