Ugly hack to ensure the modal backdrop is removed when changing views

Couldn't figure a way to make this generic
This commit is contained in:
Johannes
2016-11-21 13:22:56 +01:00
parent 67a87cd040
commit 3bcd255a07
10 changed files with 20 additions and 0 deletions

View File

@@ -62,4 +62,6 @@ angular.module('Application').controller('ActivityController', ['$scope', '$loca
Client.onReady(function () {
fetchEventLogs();
});
$('.modal-backdrop').remove();
}]);