1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/res/app/components/stf/common-ui/refresh-page/index.js
Gunther Brunner 334d26eb30 - Adding refresh page directive.
- Moving controller inside link function because it was not shared code anyways.
2014-03-26 14:31:35 +09:00

2 lines
121 B
JavaScript

module.exports = angular.module('stf.refresh-page', [])
.directive('refreshPage', require('./refresh-page-directive'))