Fix various JSHint warnings in client-side code.

This commit is contained in:
Simo Kinnunen
2014-03-26 16:06:13 +09:00
parent a6aed5416f
commit 8b13a1c945
25 changed files with 188 additions and 130 deletions

View File

@@ -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()
}
}