fees status student view changes function name change from open to open StudentView because of name conflict
This commit is contained in:
parent
1ebb475ef4
commit
e179fb728c
@ -2367,7 +2367,7 @@ app.controller('studentModalDemoCtrl', ["$scope", "$rootScope", "$modal", "$log"
|
||||
|
||||
// $scope.items = ['item1', 'item2', 'item3'];
|
||||
|
||||
$scope.open = function (studentDetails) {
|
||||
$scope.openStudentView = function (studentDetails) {
|
||||
|
||||
|
||||
// get student view details
|
||||
|
||||
Loading…
Reference in New Issue
Block a user