Can we get tab focus on ngdialog close (*) icon?

156 views Asked by At

Code follows

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;
    }
});

Here, errorModal.html content displaying.

0

There are 0 answers