Cleanup code for control-panes.

This commit is contained in:
Gunther Brunner
2015-08-31 17:04:46 +09:00
parent bd493b210b
commit 4db67dd703
26 changed files with 4 additions and 356 deletions

View File

@@ -6,11 +6,6 @@ module.exports = function ScreenshotsCtrl($scope) {
$scope.screenshots = []
}
//SettingsService.bind($scope, {
// target: 'screenShotSize',
// defaultValue: 200
//})
$scope.shotSizeParameter = function (maxSize, multiplier) {
var finalSize = $scope.screenShotSize * multiplier
var finalMaxSize = maxSize * multiplier
@@ -36,5 +31,4 @@ module.exports = function ScreenshotsCtrl($scope) {
}
$scope.screenShotSize = newValue
}
}