GraceCovenantChurch / gccweb

Website for GCC
1 stars 1 forks source link

Fix Main Announcement Admin Panel #20

Closed austinEng closed 6 years ago

austinEng commented 7 years ago

Submitting the form on the admin panel no longer works. This is likely due to a move from Angular 1 to Angular 2. Angular 2 captures and does preventDefault on the default form handler

jayjung1018 commented 7 years ago

yes - sorry austin. I was in the middle of fixing this when i stopped working on it. let me know if i can explain anything. i tried to model it off of your work as much as possible.

austinEng commented 7 years ago

@jayjung1018 I think #21 fixes it. Just want @crchong1 to review it so he understands what's going on. But you could take a look as well to check things.