You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of ng-dialog are you using?
v1.20 What version of AngularJS are you using?
v1.4.9 What browsers are affected?
Any Please provide either a JSFiddle, Plunkr example that replicates the issue
ngDialogProvider.setDefaults({
onOpenCallback: function() {
// This never runs
console.log("Firing open dialog: "+preventNavigation);
preventNavigation = true;
},
preCloseCallback: function() {
console.log("Firing close dialog: "+preventNavigation);
preventNavigation = false;
}
});
Please describe the issue
onOpenCallback is not set by the ngDialogProvider
What did you expect to happen?
The console log: Firing open dialog
What actually happened?
Nothing
The text was updated successfully, but these errors were encountered:
What version of ng-dialog are you using?
v1.20
What version of AngularJS are you using?
v1.4.9
What browsers are affected?
Any
Please provide either a JSFiddle, Plunkr example that replicates the issue
Please describe the issue
onOpenCallback is not set by the ngDialogProvider
What did you expect to happen?
The console log: Firing open dialog
What actually happened?
Nothing
The text was updated successfully, but these errors were encountered: