Skip to content

Commit

Permalink
updated release notes for v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Sep 2, 2011
1 parent b535004 commit 2c087d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Expand Up @@ -331,7 +331,7 @@ will be set to `none`.
### Data-Bind Substitutions

If a model's property is `unset`, the data-bind may not update correctly when using `text` or `html`
as the bound attribute of the element.
as the bound attribute of the element.

````
<div data-bind="text something"></div>
Expand All @@ -342,7 +342,7 @@ model.unset("something");

The result will be a div with it's text set to "". this is handled through the data-bind's
substitutions for undefined values. The default substitution is to replace an undefined
value with an empty string. However, this can be configured:
value with an empty string. However, this can be per attribute:

````
<div data-bind="text something"></div>
Expand Down Expand Up @@ -529,6 +529,7 @@ to Backbone.ModelBinding in the `backbone.modelbinding.js` file.
### v0.3.7

* Data-bind multiple attributes for a single element
* Default data-bind substitutaion to '' for all attributes

### v0.3.6

Expand Down

0 comments on commit 2c087d3

Please sign in to comment.