student view

This commit is contained in:
gandhimathi 2018-03-15 11:44:01 +05:30
parent 10a72780ec
commit 0f65c62316

View File

@ -2325,7 +2325,7 @@ app.controller('studentModalDemoCtrl', ["$scope", "$rootScope", "$modal", "$log"
$scope.printStudentDetails = function (details) {
$rootScope.pdfItems = details;
$scope.printInstance = $modal.open({
var printInstance = $modal.open({
templateUrl: 'assets/views/student/studentPdf.html',
controller: 'studentModalDemoCtrl',
});