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
855e927e
authored
2012-07-10 19:13:35 -0700
by
Michael Richards
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge pull request #13 from nicholasareed/master
Missing # in front page doc
2 parents
6afd9c97
2f1c398b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
855e927
...
...
@@ -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