--- a/client/app/auth/login_modal.html Fri Apr 03 16:19:19 2015 +0200
+++ b/client/app/auth/login_modal.html Fri Apr 03 16:20:20 2015 +0200
@@ -10,7 +10,7 @@
<div class="modal-footer ng-scope">
<a href='' ng-click="register()">Creer un compte</a>
- <button ng-click="cancel()" class="btn btn-warning">Cancel</button>
+ <button type="button" ng-click="cancel()" class="btn btn-warning">Cancel</button>
<button type="submit" ng-disabled="userForm.$invalid" class="btn btn-primary">Login</button>
</div>
</form>
\ No newline at end of file