equal
deleted
inserted
replaced
2 <h3 class="modal-title">Authentication Page</h3> |
2 <h3 class="modal-title">Authentication Page</h3> |
3 </div> |
3 </div> |
4 |
4 |
5 <form ng-submit="login()"> |
5 <form ng-submit="login()"> |
6 <div class="modal-body ng-scope"> |
6 <div class="modal-body ng-scope"> |
7 <input type="text" class="form-control" ng-model='username' placeholder="Username"> |
7 <input type="text" class="form-control" ng-model='email' placeholder="Email"> |
8 <input type="password" class="form-control" ng-model='password' placeholder="Password"> |
8 <input type="password" class="form-control" ng-model='password' placeholder="Password"> |
9 </div> |
9 </div> |
10 |
10 |
11 <div class="modal-footer ng-scope"> |
11 <div class="modal-footer ng-scope"> |
12 <a href='' ng-click="register()">Creer un compte</a> |
12 <a href='' ng-click="register()">Creer un compte</a> |