Skip to content

Instantly share code, notes, and snippets.

@Samsinite
Created May 16, 2015 22:09
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 Samsinite/b00d12dc66a2f791646a to your computer and use it in GitHub Desktop.
Save Samsinite/b00d12dc66a2f791646a to your computer and use it in GitHub Desktop.
Stop Watch
<div id="stop-watch">
<div class="timer-wrapper">
00:00:00:000
</div>
<div class="button-wrapper">
<button class="btn btn-primary" data-ember-action="1006">Start</button>
<button class="btn btn-primary" data-ember-action="1007" disabled="">Stop</button>
<button class="btn btn-danger" data-ember-action="1008">Reset</button>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment