Skip to content

Instantly share code, notes, and snippets.

@drewhamlett
Created February 12, 2013 14:51
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 drewhamlett/4770359 to your computer and use it in GitHub Desktop.
Save drewhamlett/4770359 to your computer and use it in GitHub Desktop.
asdf
<div ui-if="lines.length < 1">
<div class="alert">
<strong>Warning!</strong>Your personal database needs to be created before getting started. Please tap the "Create Database" button to begin.</div>
<button class="btn btn-success btn-large" fast-click="createDatabase()">Create Database</button>
</div>
<div ui-if="lines.length > 0">
<button class="btn btn-danger btn-large" fast-click="removeDatabase()">Remove Database</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment