problem description
use $(".scroll _ center"). ScrollTop (0) in our angular project; failed to top the scroll bar, which is a pop-up scroll bar
the environmental background of the problems and what methods you have tried
this element is a pop-up box, and then solved with a timer, you can set it to the top, but the loading mode of this js is somewhat unknown. Which god can answer it? thank you very much
.related codes
/ / Please paste the code text below (do not replace the code with pictures)
$timeout(function(){
$(".dialog_center").scrollTop(0);
})