Enforce one dialog at a time.

This commit is contained in:
kgiszewski
2015-10-07 15:34:30 -04:00
parent e465861da6
commit a4f371a4ca
+2
View File
@@ -302,6 +302,8 @@ angular.module("umbraco").controller("Imulus.ArchetypeConfigController", functio
$scope.showOptions = function ($event, template) {
$event.preventDefault();
dialogService.closeAll();
dialogService.open({
template: template,
show: true,