This was mostly accomplished by having the addProject() method in the createAppController() factory return the ID of the newly-created project.
I felt this was the easiest way to have the addProjectUsingModal() function to then use that ID to call handleNavLinkClicks(newProjectId), which then displays the page, as well as updating which div in the nav is selected
This was mostly accomplished by having the
addProject()
method in thecreateAppController()
factory return the ID of the newly-created project.I felt this was the easiest way to have the
addProjectUsingModal()
function to then use that ID to callhandleNavLinkClicks(newProjectId)
, which then displays the page, as well as updating which div in the nav is selectedfixes #49