From c00abb258d151b5de35b65fa195d9fa367ccced4 Mon Sep 17 00:00:00 2001 From: Kim Rutherford Date: Mon, 18 Mar 2024 20:08:01 +1300 Subject: [PATCH] Fix syntax error for alleleEditDialogCtrl --- root/static/js/canto-modules.js | 1 + 1 file changed, 1 insertion(+) diff --git a/root/static/js/canto-modules.js b/root/static/js/canto-modules.js index 59a049a19..7f1df708f 100644 --- a/root/static/js/canto-modules.js +++ b/root/static/js/canto-modules.js @@ -4129,6 +4129,7 @@ function alleleQCCheckAllele($http, alleleQCUrl, geneSystematicId, alleleDescrip }); } +var alleleEditDialogCtrl = function ($scope, $uibModal, $uibModalInstance, $http, $q, toaster, CantoConfig, args, Curs, CursGeneList, CursAlleleList, CantoGlobals) { $scope.alleleData = {}; copyObject(args.allele, $scope.alleleData);