-
I like computed observables in knockout - we should do the same sort of thing as a helper class - should be easy to bind to a `Computed` - really easy... :)
Just to explain my thinking - all I need i…
-
The hasFocus binding should be all lower case in the documentation.
acls updated
11 years ago
-
Changes in 2.3.0:
Features:
- `hasfocus` renamed to `hasFocus`
- `name` parameter of `template` can accept an observable
- `ko.unwrap` added as substitute for `ko.utils.unwrapObservable`
- `options` …
mbest updated
11 years ago
-
Hello,
I'm experimenting with your library however I can't seem to get the datepicker to update when the observable changes. How do I specifically bind the datepicker to update?
I've put together a…
-
Hey guys, I have the following structure of dependencies in my library folder. Below is just an example for discussion purposes:
app/
bootstrap/
jquery/
...
inside app/ I have my application modules…
-
Continuation of 2.3.0 and 3.0.0 development:
[2.3.0](https://github.com/SteveSanderson/knockout/issues?milestone=3&state=open) development task list:
- [x] #929 add optionsAfterRender
- [x] #486 fix …
mbest updated
11 years ago
-
I have a bootstrap-multiselect object bound to a list of objects and likewise have a selected items collection.
If I take the model and go like (pseudo code, forgive me)
selectedOptions.push(availab…
-
I have an issue. If I add a select before the <a> in a page, the <a> link won't work as a link just plain text.
Removing the <select> works fine.
```
…
-
[Livestamp.js](http://mattbradley.github.com/livestampjs/), a "time since" library, uses a custom `data-livestamp` attribute to store its original timestamp.
Unfortunately, Knockout can't write to th…
-
visible: downloadStatus() in ['status0','status1'], text :
The line above causes exception. A workaround is to wrap the expression into round brackets:
visible: (downloadStatus() in ['status0','statu…