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

support for toplevel keypaths #78

Closed
wants to merge 2 commits into from
Closed

support for toplevel keypaths #78

wants to merge 2 commits into from

Conversation

yocontra
Copy link
Contributor

This allows you to pass in {test:"hello"} then do data-value=".test" vs. having to do {model:{test:"hello"}} then do data-value="model.test"

Also supports adapter bypasses/pipes/etc. that any normal keypath would

@mikeric
Copy link
Owner

mikeric commented Oct 19, 2012

Really like this addition. I brought in the changes you made to src/rivets.coffee in 2b4d245 — it's best not to commit any changes to files in lib/ (I only commit them when releasing a new build/version) as there will inevitably be merge conflicts in there otherwise.

@mikeric mikeric closed this Oct 19, 2012
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.

None yet

2 participants