mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
Fix all res/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -5,8 +5,8 @@ module.exports = function refreshPageDirective($window) {
|
||||
scope: {
|
||||
},
|
||||
template: require('./refresh-page.jade'),
|
||||
link: function (scope) {
|
||||
scope.reloadWindow = function () {
|
||||
link: function(scope) {
|
||||
scope.reloadWindow = function() {
|
||||
$window.location.reload()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user