knockout.punches
knockout.punches copied to clipboard
A collection of enhanced binding syntaxes using Knockout 3+
It looks quite nice! I like the approach! Although it seems that using this plugin the HTML markup won't validate anymore when using things such as: ``` html {{#foreach: items}}...
I wanted to use Knockout punches with requirejs and wondered why a second version of Knockout was being queued; I don't know whether this is evident to frequent require.js users...
Background: we built a "trans" (translation) filter - that actually uses translation messages of a Symfony2 backend - and can be used e.g. like so: {{ 'translate-this' | trans :...