Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
rivets
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ba28ba0b
authored
2012-07-05 15:59:02 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
s/currentUser/user in context object example in README.md.
1 parent
6e927599
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
ba28ba0
...
...
@@ -16,7 +16,7 @@ The `bind` function takes two arguments; the parent DOM element that you wish to
Context objects are referenced in your data-binding declarations using dot-notation:
<input type="text" data-value="
currentU
ser.email">
<input type="text" data-value="
u
ser.email">
<input type="checkbox" data-enabled="item.active">
Configuring Rivets.js is required before anything can be bound, as binding is dependant on having an adapter defined. Here's a sample configuration for using Rivets.js with Backbone.js.
...
...
Please
register
or
sign in
to post a comment