-
Hi.
How interested would you be in an integration layer for live binding? I've been working on integrating Vash for use with CanJS instead of its default EJS view engine and I've got a rudimentary ve…
-
Hi,
awesome library, one of the best i have seen, thanks a lot for it.
i am having an issue, when a form is being injected dynamically to the page the
data-trigger="keyup"
does not work but parsle…
-
## Summary of the topic
(updated 25.09.14)
- It's working with the MAX! System (http://www.eq-3.de)
- Changing modes, temperature - define certain default temperatures etc.
- Still some work to do (e…
-
Do you have an example on how to run a function in your viewmodel on save (instead of setting a url in editableOptions)? I want my service to handle the requests.
-
When I have a computed containing another computed - for example an if binding referencing a computed in my view model. The first computed does not cascade its disposal to the second. This left the …
-
What I'm currently doing
``` js
ko.observableArray.fn.moveTo = function (fromIndex, toIndex)
{
var underlyingArray,
result;
underlyingArray = this.peek();
this.valueWillMutate()…
-
Time for another one of these :)
To do:
- [x] Review and merge all outstanding items planned for 3.1
- [x] Release 3.1.0 beta, link to it from the knockoutjs.com homepage, and post a message to the m…
-
The callbacks signature are `map(item, index)` and `filter(item)`.
For map the index in the source array and result array are the same, so this one is easy.
I understand that filtering based on the …
jods4 updated
10 years ago
-
I created small function implementing observable pattern with events inspired by riotjs but without jQuery dependency. Feel free to use if you like.
[Normal](https://github.com/FrediL/observable)
[Br…
-
Hey knockout crew.
I'm working with Knockout in a Windows 8 app and in order to properly bind to some WinJS controls, I need to be able to adapt ko observableArrays in to [IListDataAdapter](http://ms…