Created
April 10, 2017 07:40
-
-
Save thekoolfunda/4b1a8e76c487b225a19d6765db0fe26b to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/napidum
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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