1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-07-09 14:33:11 +00:00

add How-to & Signout modal

This commit is contained in:
Rokt33r
2015-06-25 20:31:38 +09:00
parent c72b5449bd
commit 549ce7f299
12 changed files with 113 additions and 10 deletions
@@ -1,4 +1,7 @@
<form ng-submit="vm.signIn()">
<p ng-if="vm.authFailed" class="alert alert-danger">
Incorrect email or password entered. Please try again.
</p>
<div class="form-group">
<label for="email">E-mail</label>
<input ng-model="vm.email" type="text" id="email" name="name" class="form-control" placeholder="E-mail">