Lesson Overview updates

This commit is contained in:
Jason White
2017-07-03 12:14:01 -04:00
parent 3ec5b8708e
commit daaf361dd2
9 changed files with 65 additions and 63 deletions

View File

@ -60,6 +60,7 @@ define(['jquery',
this.paginationControlView = new PaginationControlView(this.$contentPages,this.model.get('lessonUrl'));
},
getCurrentPage: function () {
return this.currentPage;
},
@ -120,6 +121,7 @@ define(['jquery',
markAssignmentComplete: function () {
this.curForm.reset();
$(this.curForm).siblings('.assignment-success').find('i').removeClass('hidden');
this.paginationControlView.updateModel();
},
markAssignmentIncomplete: function () {