Cleanup code for all views.

This commit is contained in:
Gunther Brunner
2015-08-31 17:18:50 +09:00
parent 4db67dd703
commit e12df4c0cb
17 changed files with 1 additions and 259 deletions

View File

@@ -2,7 +2,6 @@ module.exports =
function DocsCtrl($rootScope, $scope, $window, $location) {
function hasHistory() {
// TODO: watch this
return $window.history.length > 1
}