Skip to content

Instantly share code, notes, and snippets.

@lohithgn
Created July 11, 2014 10:33
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 lohithgn/2485aa0c8008779ad3b8 to your computer and use it in GitHub Desktop.
Save lohithgn/2485aa0c8008779ad3b8 to your computer and use it in GitHub Desktop.
<script type="text/x-kendo-template" id="partnerTemplate">
<div data-role="touch" data-bind="events: { tap: partnerSelected }">
<div style="font-size:20px;font-weight:bold">
<span>${Company}</span>
</div>
<div>${City} ${PostalCode}, ${Country}</div>
</div>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment