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
2f1c398b
authored
2012-07-07 10:24:35 -0700
by
Nicholas Reed
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Missing #
1 parent
472cd08f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
2f1c398
...
...
@@ -30,7 +30,7 @@ Describe your UI directly in the DOM using data attributes:
Then tell Rivets.js what model(s) to bind to what part of the DOM:
rivets.bind($('auction'), {auction: auction, user: currentUser});
rivets.bind($('
#
auction'), {auction: auction, user: currentUser});
## Configuring
...
...
Please
register
or
sign in
to post a comment