Skip to content

Commit

Permalink
Merge branch 'master' of github.com:juggy/backbone-template
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Guimont committed Apr 29, 2011
2 parents 151f182 + dcb2e83 commit 4a49054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ _bindAttr_ is used to create data-bound HTML attributes (id, class, etc.). It wi

**Example:**

<div {{bindAttr class=todoClass}}>{{content}}</div>
<div {{bindAttr class=todoClass}}>{{content}}</div>

Will give

<div class="todo">my content</div>
<div class="todo">my content</div>

## if/unless

Expand Down

0 comments on commit 4a49054

Please sign in to comment.