Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Commit

Permalink
[#840] careerpath
Browse files Browse the repository at this point in the history
  • Loading branch information
razu9861 committed Oct 11, 2017
1 parent 1134278 commit e396ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/MyApp/app/views/AddCourseCareer.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $(function() {
if(courseCareers.models[j].attributes._id != '_design/bell'){
this.vars.CareerList.push(courseCareers.models[j].attributes.CoursePathName);
this.vars.careerListIds.push(courseCareers.models[j].attributes._id);
// this.vars.careerlength = j + 1
this.vars.careerlength = j + 1
}
}
this.vars.careerlength =courseCareers.length-1
Expand Down

0 comments on commit e396ec4

Please sign in to comment.