mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Fix various JSHint warnings in client-side code.
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = function refreshPageDirective() {
|
||||
scope: {
|
||||
},
|
||||
template: require('./refresh-page.jade'),
|
||||
link: function (scope, element, attrs) {
|
||||
link: function () {
|
||||
// TODO: reload with $route.reload()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user