Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

Modal dialog throws '$digest already in progress' at close. #73

@paulbakker

Description

@paulbakker

When closing a dialog everything seems to work, but a "$digest already in progress" error is logged. I'm using the following code (and several variations):

$dialog.messageBox().open('dialogs/deleteDialog.html').then(function(result){
   if(result) {
      //delete stuff
       $route.reload();
   }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions