This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mCtrl.bioText="Scenester DIY shoreditch deep v tote bag, street art paleo. Before they sold out blog salvia listicle, beard keytar in art party est readymade kale chips +1 crucifix id try-hard.Sustainable mixtape fingerstache, pitchfork banjo meditation hashtag artisan kitsch. Sustainable 3 wolf moon helvetica food truck art party, tote bag celiac. Dreamcatcher man bun YOLO butcher, literally banjo jean shorts twee next level drinking vinegar squid yuccie PBR&B art party brooklyn."
pCtrl.bioText="Scenester DIY shoreditch deep v tote bag, street art paleo. Before they sold out blog salvia listicle, beard keytar in art party est readymade kale chips +1 crucifix id try-hard.Sustainable mixtape fingerstache, pitchfork banjo meditation hashtag artisan kitsch. Sustainable 3 wolf moon helvetica food truck art party, tote bag celiac. Dreamcatcher man bun YOLO butcher, literally banjo jean shorts twee next level drinking vinegar squid yuccie PBR&B art party brooklyn."
mCtrl.qualificationsText="Hammock 8-bit lo-fi ullamco kombucha craft beer. Gentrify tempor wayfarers roof party pop-up. Ugh everyday carry semiotics tattooed nisi actually. Yuccie chia four dollar toast sint photo booth. Street art meggings synth, knausgaard fingerstache tofu lo-fi. Ennui letterpress flexitarian polaroid"
pCtrl.qualificationsText="Hammock 8-bit lo-fi ullamco kombucha craft beer. Gentrify tempor wayfarers roof party pop-up. Ugh everyday carry semiotics tattooed nisi actually. Yuccie chia four dollar toast sint photo booth. Street art meggings synth, knausgaard fingerstache tofu lo-fi. Ennui letterpress flexitarian polaroid"
mCtrl.myVar1=false;
pCtrl.myVar1=false;
console.log('hello');
mCtrl.updateProfile=function(){
mCtrl.myVar1=!mCtrl.myVar1;
pCtrl.updateProfile=function(){
pCtrl.myVar1=!pCtrl.myVar1;
console.log('hi');
console.log('hello');
/*I need to make the updates to the user profiles permanent.
Will do this at a later date. I have it completed for students. Just keep this as an example of a user's page.*/
}
/*I need to make the updates to the user profiles permanent.
Will do this at a later date. I have it completed for students. Just keep this as an example of a user's page.*/
}
};
functionsignupController(){}
functionnewStudentController(SFactory){//Make form for new student info
nSCtrl.addStudent=function(){//I need to eventually time this in with the facebook comment stream. Each new user should have a fb comment section from the start.
pCtrl.addStudent=function(){//I need to eventually time this in with the facebook comment stream. Each new user should have a fb comment section from the start.
nMCtrl.addMentor=function(){//I need to eventually time this in with the facebook comment stream. Each new user should have a fb comment section from the start.
pCtrl.addMentor=function(){//I need to eventually time this in with the facebook comment stream. Each new user should have a fb comment section from the start.