Scrollbar in ng-view does not work

Asked

Viewed 97 times

0

Guys, the following problem happens to me: I’m making a web application and I’m using Angular.js as a framework. I have a div with ng-view and every time you load a page that needs the scroll it doesn’t appear and the page is half finished. But I give an F5 the scroll appears. I wonder if anyone knows how to fix this.

From now on, thank you!

  • 1

    I would suggest adding some screenshots, as well as the code that surrounds ng-view. It gets a little difficult to determine possible causes without more specific information.

1 answer

0

Go to your ng-view’s Parent and arrow a width according to the size you need and then put the overflow:scroll property;

Browser other questions tagged

You are not signed in. Login or sign up in order to post.