-
Hi knockstrap Team,
do you plan to integrate the new knockout 3.2 components into knockstrap? It would be really cool to use those instead of template bindings I think.
I'm looking for a good integr…
-
Hi
have a list of knockout components which is working great
```
```
Here's how I create my observable array of component definitions and this renders as expected.
```
createComponents = funct…
bapti updated
10 years ago
-
[Polymer](http://polymer-project.org/), [Knockout](http://knockoutjs.com/documentation/component-overview.html) and many other HTML5 complaints front-end frameworks are engaged with this new thing cal…
-
Just need to add an AMD-style wrapper for the build process.
-
Or `renderRaw`, so we can construct the following:
``` html
Save
```
without actually giving away `@Html.ActionLink` block and writing raw HTML (or [_devising our own custom helper extension_…
-
I'm using Grunt along with grunt-requirejs, usemin, yeoman for a multipage project, but when I try to use modules as an option in my requirejs:dist task my dependencies cannot be found. I'm also wonde…
-
The lifetime of topic subscription with AutobahnJS starts with subscribe() and ends with unsubscribe() or at latest with the end of the session.
An application may want to resubscribe all topics upon…
-
We're typically quite conservative about adding significant new features to Knockout core, since we highly value keeping it as a small focused library, and not a big heavy framework.
This is good, bu…
-
I've been looking into https://github.com/webpack/webpack/issues/424 related to failed compile-time analysis due to Knockout's new component framework. The following causes side effects and I'd like t…
-
When passing a "rootNode" to applyBindings (aka second argument), the document is searched for knockout templates instead of the "rootNode". Therefore I can't pass a detached element as a "rootNode".
…