student view
This commit is contained in:
parent
10a72780ec
commit
0f65c62316
@ -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',
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user