Make uninstall a separate view
This commit is contained in:
@@ -505,6 +505,9 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
error: {},
|
||||
|
||||
show: function () {
|
||||
},
|
||||
|
||||
ask: function () {
|
||||
$('#uninstallModal').modal('show');
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user