Update reports view using chart.js

This commit is contained in:
Reynaldo Reyes
2016-06-07 22:47:21 -04:00
parent 68edae2ed0
commit 40f770213b
4 changed files with 53 additions and 7 deletions

View File

@@ -33,10 +33,10 @@
vm.section = value;
}
});
vm.lectures = vm.section.students[0].assistance;
angular.forEach (vm.section.students,
function (value){
vm.lectures = value.assistance;
vm.subTotal = 0;
angular.forEach (value.assistanceTotal,
function (valued){