Improve text for app installation and configuration

This commit is contained in:
Johannes Zellner
2017-01-29 01:00:15 -08:00
parent 1ac7570cfb
commit 836348cbc0
4 changed files with 32 additions and 27 deletions

View File

@@ -1,9 +1,9 @@
'use strict';
angular.module('Application').controller('AppsController', ['$scope', '$location', '$timeout', 'Client', 'AppStore', function ($scope, $location, $timeout, Client, AppStore) {
$scope.HOST_PORT_MIN = 1024;
$scope.HOST_PORT_MAX = 65535;
$scope.installedApps = Client.getInstalledApps();
$scope.config = Client.getConfig();
$scope.user = Client.getUserInfo();