Skip to content

Commit

Permalink
stub for annotationCreateHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
hplahar committed Jan 21, 2021
1 parent 58f26a7 commit 64205c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/webapp/scripts/entry/entryController.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down

0 comments on commit 64205c3

Please sign in to comment.