Here is a live example for reference: http://plnkr.co/edit/ivjvAZ?p=preview
Combining jquery ui and angular, I have created a resizable directive for absolutely positioned divs.
The issue at hand is that all the divs have scrollbars appearing constantly, even when they are mostly empty. My goal is to allow the blue box to be resizable without displaying scrollbars when the content fits entirely within it. Furthermore, the green box divs must maintain being resizable and draggable while keeping their absolute positioning intact. Is there a way to make these scrollbars visible only when necessary?