0
Guys, I’m having trouble with the $Cope. It happens as follows; I have a var in Scope and when updating it by inserting more lines, the view continues at the same height, thus not allowing scrolling to view all the content.
Example of the problem:
What scenario is it in? The value update is done inside a Directive, service, controller?
– celsomtrindade
An example of the error is: http://codepen.io/scofield25/pen/NxjmYP
– SCOFIELD
But what’s the real problem? There he added more content and I was able to go down to the end of the page, without problems. But it’s not with scroll but with clicking and dragging, because I believe to be mobile, correct?
– celsomtrindade
Yes, I am using the Ionic Framework, which complicates Angularjs for mobile, take a look again at the code, updated.
– SCOFIELD