Prevent angular errors when there is no appError.app set yet
This commit is contained in:
@@ -537,7 +537,7 @@ angular.module('Application').controller('AppsController', ['$scope', '$location
|
||||
};
|
||||
|
||||
$scope.appError = {
|
||||
app: {},
|
||||
app: null,
|
||||
|
||||
show: function (app) {
|
||||
$scope.reset();
|
||||
|
||||
Reference in New Issue
Block a user