Prevent angular errors when there is no appError.app set yet

This commit is contained in:
Johannes Zellner
2019-09-07 09:24:39 +02:00
parent 2e60a9d43c
commit 84dec337f0
3 changed files with 5 additions and 3 deletions

View File

@@ -537,7 +537,7 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
};
$scope.appError = {
app: {},
app: null,
show: function (app) {
$scope.reset();