-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added autogrow on spyed css proprties change #8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#6 - watching css properties for changes.
angularjs-autogrow.js
Outdated
return $element.css(property); | ||
}, | ||
styleChangedCallBack, | ||
true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@frabnt looks great.
One question though: how necessary is the 3rd parameter of 'true' for deep watching?
Can you bring an example for it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just checked angular doc and it's not needed for this use case. I'm going to update the PR
@evyros is the PR ok? |
@astronati From a glimpse it looks good, I'll test it today before I release it officially. |
Thanks @frabnt, that's exactly what was missing. |
Awesome! thank you for your contribution 👍 |
No description provided.