rpiambulance / website

RPI Ambulance's website—a work in progress
http://rpiambulance.com/
3 stars 13 forks source link

Errors on creating game/event are not properly shown #70

Open MasterOdin opened 5 years ago

MasterOdin commented 5 years ago

If you submit a game/event form that has errors, there is no indication of that error and it just looks like the form is doing nothing.

These lines: https://github.com/rpiambulance/website/blob/master/js/controllers/AddEventCtrl.js#L146-L149 https://github.com/rpiambulance/website/blob/master/js/controllers/AddEventCtrl.js#L174-L175

seem to not be doing what they're supposed to.