1.5.4 • Published 10 years ago

koco-untrusted-html-binding-handler v1.5.4

Weekly downloads
-
License
MIT
Repository
-
Last release
10 years ago

koco-untrusted-html-binding-handler

Knockout binding handler like html, but for html you don't trust!

Installation

bower install koco-untrusted-html-binding-handler

Usage with KOCO

This is a shared module that is used in many other module. Per convention, add this binding handler to your knockout-binding-handlers.js like so:

define([
  ...
        'bower_components/koco-untrusted-html-binding-handler/src/untrusted-html-binding-handler',
  ...
]

Usage looks like this:

    <span data-bind="untrustedHtml: { text: 'my untrusted&nbsp;fragment', settings: { defaultText: 'my default text' } }"></span>
1.5.4

10 years ago

1.5.3

10 years ago

1.5.2

10 years ago

1.5.1

10 years ago

1.5.0

10 years ago

1.4.0

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago