likeastore / ngDialog

Modals and popups provider for Angular.js applications
http://likeastore.github.io/ngDialog
3.14k stars 692 forks source link

window does not scroll when route changed in confirm popup resolve/reject callback. #500

Open gaikwad411 opened 8 years ago

gaikwad411 commented 8 years ago

I faced issue that when route is changed (using $state.go) in confirm popup resolve/reject callback, routing works but scroll bar gets hidden and user can not scroll the document. This issue persists till next refresh.

What version of ng-dialog are you using? I am using ng-dialog - v0.6.2

What version of AngularJS are you using? AngularJS v1.5.3

What browsers are affected? Chrome Version 50.0.2661.94 (64-bit) I have not tested all the versions :)