-
I made some modifications to your knockout binding that you had on the original github project. Feel free to include it in your documentation. It handles nulls, and avoids the moment constructor war…
-
I was asked to raise this issue https://github.com/knockout/knockout/issues/2456 here as well
Hello, I am not aware how hard this could be to implement but I want to know if it is possible to have …
-
http://gvas.github.io/knockout-jqueryui/install.html
`'knockout-jqueryui': '/lib/knockout-jqueryui'`
Should be `'knockout-jqueryui': '/lib/knockout-jqueryui/dist/amd'` if it's to match the structure…
-
From #1 , just so I can clean up relevant issues there.
---
IanYates commented on Jul 6
It really depends on whether we're talking about writing the library in TS or just making it friendly to consu…
-
Hello,
knockout.d.ts defines both an ambient internal module as well as an ambient external module. This sucks because your entire solution will then assume that "ko" is a global variable, even if y…
-
Hello,
Could you please help with the issue of gridster knockout integration? There is an error when adding a widget using knockout databinding. Details described here:
http://stackoverflow.com/ques…
-
For the moment countries are processed on 'window.load' event and won't work from within Knockout.js templates. I've crafted a [quick sample](https://gist.github.com/DenisVuyka/5123996) on making that…
-
For å rydde i js-koden og restrukturere og gjenbruke kalkulerte verdier kan vi se på å bruke Knockout.
- ScoreboardViewModel
- getLagListe(), getPostListe(), getInfisertSone()
-
I'm using kendo with knockout-kendo.js and having some problems.
After I upgraded kendo version from 2013.3.1324 to 2014.1.318, knockout returns an error in IE about .slice() function.
- OK version d…
-
Hi there :),could you help me in that issue please,
How to bind dropdownlist using knockout view model inside kendo template to be repeated with each tree view element:
my VM as below :
var…