client/app/auth/login_modal.html
changeset 68 b209b49c99fb
parent 64 8eb98cd4c29d
child 96 3542155549e4
--- 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