1.5.4 • Published 8 years ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
8 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

8 years ago

1.5.3

8 years ago

1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago