Skip to content

Instantly share code, notes, and snippets.

@louwersj
Created January 17, 2019 10:53
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/6963ced9f7d9c73e69c7d0208198c855 to your computer and use it in GitHub Desktop.
Save louwersj/6963ced9f7d9c73e69c7d0208198c855 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>" is : <B><span data-bind="text: someVariable0"></span></B>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment