-
Hi,
since the 0.6x release knockout-kendo supports binding to kendo-ui datasources, at least when they are declared in the bindings. However I don't want to clutter my html markup with extensive and …
-
I've ported my backbone application over to Knockback. It's a fairly typical use-case, similar to a blog with entries, authors, comments, etc. Everything is wired up nicely, and it's at the stage now …
-
I am using ASP.NET MVC3 with Knockout.js & Require.js. I am loading a custom knockout binding like this:
``` javascript
define('knockout.bindings', ['ko', 'moment', 'fineuploader'], function (ko, mom…
-
Seems like a lot has changed since I last run bower (0.9.2).
I'm working on a webapp. This is my `bower.json`:
``` json
{
"dependencies": {
"bootstrap": "~2.3.2",
"knockout": "http://knock…
-
I haven't ever personally used a custom binding provider or re-written templates. So this is just something that I see from the code. `templateRewriting` does its own binding parsing and skips any cal…
mbest updated
11 years ago
-
When upgrade to KO 2.3 this error message "Uncaught Error: You cannot apply bindings multiple times to the same element" appears in the console when binding a jQuery UI Dialog. It appears as though th…
-
If I'm just doing something wrong then my apologies up front. I didn't see a forum so I'm posting this here. I'm getting the following Exception when printStackTrace() is called:
TypeError: Object …
-
I just updated from 0.9.8 to 0.9.12 and now the knockout bindings don't work right. Specifically it appears that the selected item in the list does not get bound to the knockout model property. I sw…
-
Firstly, let me thank you for Knockout, it saved me from going insane with jQuery programming. It is so nice to be able to use declarative programming, templates and bindings instead.
Now, an issue. …
-
I am new to PHP/JS, new to NetBeans, fairly new to Mantis, have all working (except for NetBeans PHP debug) independent of each other and am experiencing the MantisIntegration problems listed in this …