Cleanup code for stf components.

This commit is contained in:
Gunther Brunner
2015-08-31 15:58:32 +09:00
parent 7ddd464ac3
commit bd493b210b
29 changed files with 3 additions and 189 deletions

View File

@@ -9,8 +9,6 @@ module.exports = function refreshPageDirective($window) {
scope.reloadWindow = function () {
$window.location.reload()
}
// TODO: reload with $route.reload()
}
}
}