Можем ли мы получить фокус вкладки на значке ngdialog close (*)?
Код следует
dialog = ngDialog.openConfirm({
scope: scope,
template: 'Templates\\Directives\\errorModal.html',
classname: 'ngdialog-theme-default custom-width',
appendClassName: 'ngdialog-custom-screen-error',
showClose: true,
controller: 'control',
controllerAs: 'vm',
preCloseCallback:function() {
$rootScope.globalError = false;
}
});
Здесь errorModal.html отображение содержимого.