ust-helloworld / The-Avengers-forming

This project is an application skeleton. It is used for a HKUST Software Engineering Course (COMP3111/H) in Fall 2016/17. My goal: The project is not asking students to re-produce the sample project. We should encourage students to do something better than the TA.
https://course.cse.ust.hk/comp3111/teamform/
MIT License
0 stars 6 forks source link

Admin.html upgrade & changes for using another expression on detail*.js #40

Closed p-wong1124 closed 7 years ago

p-wong1124 commented 7 years ago

Just see the commit from Nov 13 is enough 👍

Add description and upload picture function for admin.html

changes for using another expression on detail*.js -just change all to retrieveOnceFirebase function

-       database.ref(refPath).once("value").then(function (data)
+      retrieveOnceFirebase(firebase,refPath, function (data)
wai2016 commented 7 years ago

Nice