Skip to content

Instantly share code, notes, and snippets.

@louwersj
Created January 18, 2019 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save louwersj/79de451f81be6f3bfb5ffd49a8548048 to your computer and use it in GitHub Desktop.
Save louwersj/79de451f81be6f3bfb5ffd49a8548048 to your computer and use it in GitHub Desktop.
<!--
Copyright (c) 2018, Johan Louwers. Licensed under GNU GENERAL PUBLIC LICENSE
code based upon the Oracle example view file incidents.html for Oracle JET.
-->
<div class="oj-hybrid-padding">
<h1>data-bind example</h1>
<div>
The value of variable 0 "<I>someVariable0</I>" displayed with a text data-bind : <span data-bind="text: someVariable0"></span>
</div>
<div>
The value of variable 0 "<I>someVariable0</I>" displayed with a text data-bind : <span data-bind="html: someVariable0"></span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment