Add initial still disabled slider to app configure

This commit is contained in:
Johannes Zellner
2016-02-04 16:45:00 +01:00
parent 3b109ea2e7
commit 471965dc66
2 changed files with 10 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
$scope.config = Client.getConfig();
$scope.user = Client.getUserInfo();
$scope.memoryTicks = [128, 256, 512, 1024, 2048];
$scope.appConfigure = {
busy: false,
error: {},