Description
We should call 'ProjectModel.getSelectedProject()' function to get the processed project, as follow:
this.getSelectedProject = function (project) { if (this.selectedProject == "_null") { return null; } return this.selectedProject; };
We should call 'ProjectModel.getSelectedProject()' function to get the processed project, as follow:
this.getSelectedProject = function (project) { if (this.selectedProject == "_null") { return null; } return this.selectedProject; };