Created
February 12, 2013 14:51
-
-
Save drewhamlett/4770359 to your computer and use it in GitHub Desktop.
asdf
This file contains 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
<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