You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.
I'm glad you havent given up on this yet ^_^ Lookin' forward to the fix ...
Cheers!
Kind Regards,
Giridhar
On Wed, Jul 15, 2015 at 1:56 PM, Alejandro U. Alvarez < [email protected]> wrote:
@jagged3dgehttps://github.com/jagged3dge I need to do some more
testing before I close this, but I've seen problems with x-axis resizing.
I'll test as soon as possible
—
Reply to this email directly or view it on GitHub #11 (comment).
I had the same problem so I added the following lines to the smartArea directive at the end of link function:
angular.element($window).bind('resize', function() {
scope.fakeAreaElement.width(textArea.width());
scope.$digest();
});
and I added the $window to the directive dependency injections
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Simple fix, will be out soon. The fake textarea is not tracking resize events on the real textarea.
The text was updated successfully, but these errors were encountered: