civicsource-lien-id-viewer
v2.0.1
Published
Knockout binding that, given a lien model, will show the lien address and/or the filing place.
Downloads
2
Readme
#Knockout Lien ID Viewer
Given a lien model, will show the lien address and/or the filing place if address is not present.
##Install with Bower
bower install civicsource/lien-id-viewer --save
Then add the folder to your project.
##How to Use
require
the script and use it as a binding handler:
<span data-bind="lienIdViewer: myLien"></span>
where myLien
is an observable representing the lien model to be identified.
This component requires the knockout-place-viewer.