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
ngDialog.close() without arguments is supposed to do the same as ngDialog.closeAll(), but since I updated to Angular 1.4, it broke all my calls to close() (not closing opened dialogs).
Maybe this will be fixed when a compatible version will be released? (the dependencies seem to indicate that ngDialog 0.4.0 requires Angular 1.3.15).
The text was updated successfully, but these errors were encountered:
ngDialog.close()
without arguments is supposed to do the same asngDialog.closeAll()
, but since I updated to Angular 1.4, it broke all my calls to close() (not closing opened dialogs).Maybe this will be fixed when a compatible version will be released? (the dependencies seem to indicate that ngDialog 0.4.0 requires Angular 1.3.15).
The text was updated successfully, but these errors were encountered: