diff --git a/src/main/webapp/scripts/entry/entryController.js b/src/main/webapp/scripts/entry/entryController.js index 0cf4669b9..998ba6753 100644 --- a/src/main/webapp/scripts/entry/entryController.js +++ b/src/main/webapp/scripts/entry/entryController.js @@ -583,6 +583,16 @@ angular.module('ice.entry.controller', []) // teselagenSequenceData }, + beforeAnnotationCreate: ({ + annotationTypePlural, //one of "features"/"parts"/"primers" + annotation, //annotation info + props //general props to the dialog + }) => { + console.log("features", annotationTypePlural); + console.log("info", annotation); + console.log("general props", props); + }, + // getVersionList: function () { // Util.get('rest/sequences/' + openVEData.registryData.identifier + '/history', function (result) { // return [