Skip to content

Instantly share code, notes, and snippets.

@thekoolfunda
Created April 10, 2017 07:40
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 thekoolfunda/4b1a8e76c487b225a19d6765db0fe26b to your computer and use it in GitHub Desktop.
Save thekoolfunda/4b1a8e76c487b225a19d6765db0fe26b to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/napidum
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script type='text/stache' id='chat-template'>
<div class="container">
<div class="row">
<div class="col-sm-8 col-sm-offset-2">
<h1 class="page-header text-center" ($click)="addExcitement()">
{{message}}
</h1>
</div>
</div>
</div>
</script>
<script src="https://code.jquery.com/jquery-2.2.4.js"></script>
<script src="https://unpkg.com/can/dist/global/can.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment