| author | rougeronj |
| Thu, 04 Jun 2015 20:09:20 +0200 | |
| changeset 113 | b8400d8efac8 |
| parent 96 | 3542155549e4 |
| child 169 | 76fb2dd72ce4 |
| permissions | -rw-r--r-- |
|
60
7d624c1013a3
add and repair auth module (it was not detected by mercurial anymore due to a cass problem on title)
rougeronj
parents:
diff
changeset
|
1 |
<div class="modal-header ng-scope"> |
| 96 | 2 |
<h3 class="modal-title">Authentication Page</h3> |
|
60
7d624c1013a3
add and repair auth module (it was not detected by mercurial anymore due to a cass problem on title)
rougeronj
parents:
diff
changeset
|
3 |
</div> |
|
7d624c1013a3
add and repair auth module (it was not detected by mercurial anymore due to a cass problem on title)
rougeronj
parents:
diff
changeset
|
4 |
|
| 64 | 5 |
<form ng-submit="login()"> |
| 96 | 6 |
<div class="modal-body ng-scope"> |
| 113 | 7 |
<input type="text" class="form-control" ng-model='email' placeholder="Email"> |
| 96 | 8 |
<input type="password" class="form-control" ng-model='password' placeholder="Password"> |
9 |
</div> |
|
|
60
7d624c1013a3
add and repair auth module (it was not detected by mercurial anymore due to a cass problem on title)
rougeronj
parents:
diff
changeset
|
10 |
|
| 96 | 11 |
<div class="modal-footer ng-scope"> |
12 |
<a href='' ng-click="register()">Creer un compte</a> |
|
13 |
<button type="button" ng-click="cancel()" class="btn btn-warning">Cancel</button> |
|
14 |
<button type="submit" ng-disabled="userForm.$invalid" class="btn btn-primary">Login</button> |
|
15 |
</div> |
|
| 64 | 16 |
</form> |