From ee2cf24d8a55e5be251ae5bbe532ea32af0f9fd4 Mon Sep 17 00:00:00 2001 From: Jacob Singh Date: Thu, 19 Apr 2012 11:34:16 +0530 Subject: [PATCH] Added note about uni-directionality of data-bind style bindings --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a0b3cc7..5fcefea 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ support for `data-bind` attributes, allowing your Backbone model `change` events to modify nearly any HTML element on your page. Whether it's updating the text of a `
`, or changing the css class of an `` tag, the `data-bind` support provides a very powerful and flexible means of creating a very rich -user experience. +user experience. **Note: data-bind style bindings are not bi-directional.** ## Getting Started