-
**EDIT (mbest): Since most of the discussion here has been about independent bindings, I've renamed it to match. And since we've decided to move that feature to 3.0.0, I've also updated the milestone.…
-
Hi, sorry to post this in issues but I was not sure where to post questions. I am just getting started with knockout and saw that ko.viewmodel is probably replacing ko.mapping. I read through you exam…
-
The stand load progress bar does not update properly. The initial bar movement (somewhat arbitrary setInterval-based) works but when it comes to updating the progressbar from within the loop, it does…
-
If you have a page as follows:
``` html
CSS binding on HTML element
//
```
You will find that the 'profitWarning' class gets applied to the _body_ element but not the…
-
Currently, the options passed to a binding are run through `ko.toJS` to return a clean object with all observables unwrapped. If someone passed a `kendo.data.dataSource` into as an option to the bind…
-
Let's say jsfiddle allows you to embed fiddle inside any html page, a good example could be found in this blog: http://blog.stevensanderson.com/2011/12/21/knockout-2-0-0-released/, search for "1. Cont…
-
The visible binding was an observable referring to the parent viewmodel initially set to false.
If initially set to true the with binding works as expected, but when initialized as false it doesn't.
…
-
I originally put this in the forums, which might not be the right place.
The tutorial says to alter the view to:
``` html
```
Note that the actual intended alterat…
-
Is there any timeframe on when (and how?) ngRepeat is going to handle Definition Lists?
In case you are not familiar with the problem: Currently ngRepeat works with single elements. For most HTML, th…
-
I'm using the `peek()` function to get proper behavior of a [Bootstrap Collapse](http://twitter.github.com/bootstrap/javascript.html#collapse) section.
```
```
The Boostrap `in` class has to be set…