anacronw / knockknock

Knockout binding providers for data-* attributes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

knockknock

Tired of knockout's overloading of the data-bind attribute? Convert bindings that look like this:

<div data-bind="text: someText, class: {alert: showAlert, loading: showLoading}"></div>

into this:

<div data-text="someText" data-class-alert="showAlert" data-class-loading="showLoading"></div>

License

MIT

About

Knockout binding providers for data-* attributes

License:MIT License


Languages

Language:JavaScript 100.0%