Skip to content
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

Merged
merged 8 commits into from
Jul 7, 2017

Conversation

nebarf
Copy link
Contributor

@nebarf nebarf commented Jul 4, 2017

No description provided.

Copy link
Owner

@evyros evyros left a 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.

return $element.css(property);
},
styleChangedCallBack,
true
Copy link
Owner

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?

Copy link
Contributor Author

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

@astronati
Copy link
Contributor

@evyros is the PR ok?

@evyros
Copy link
Owner

evyros commented Jul 5, 2017

@astronati From a glimpse it looks good, I'll test it today before I release it officially.

@evyros
Copy link
Owner

evyros commented Jul 6, 2017

Thanks @frabnt, that's exactly what was missing.
Please set the version number to 0.4.0 and I'll merge it.

@evyros
Copy link
Owner

evyros commented Jul 7, 2017

Awesome! thank you for your contribution 👍

@evyros evyros merged commit dd1985d into evyros:master Jul 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants