Scrollbar in ng-view does not work

0

Galera, the following problem occurs with me: I'm doing a web application and I'm using Angular.js as a framework. I have a div with ng-view and every time I load a page that needs the scroll it does not appear and the page is halved. But I give F5 a scroll appears. I wanted to know if anyone knows how to fix it.

Thanks in advance!

    
asked by anonymous 13.10.2016 / 15:03

1 answer

0

Go in the parent of your ng-view and arrow a width according to the size you need and then put the overflow: scroll property

    
13.10.2016 / 15:37