Merge pull request #1204 from FZJ-INM1-BDA/bugfix_touchCtrlApiEndpoint
bugfix: fix touch ctrl, fix api endpoint
No related branches found
No related tags found
Showing
- package.json 1 addition, 0 deletionspackage.json
- src/atlasComponents/sapi/sapi.service.ts 1 addition, 1 deletionsrc/atlasComponents/sapi/sapi.service.ts
- src/state/annotations/selectors.ts 0 additions, 1 deletionsrc/state/annotations/selectors.ts
- src/viewerModule/nehuba/annotation/effects.spec.ts 60 additions, 0 deletionssrc/viewerModule/nehuba/annotation/effects.spec.ts
- src/viewerModule/nehuba/annotation/effects.ts 4 additions, 3 deletionssrc/viewerModule/nehuba/annotation/effects.ts
- src/viewerModule/nehuba/nehubaViewerInterface/nehubaViewerTouch.directive.ts 12 additions, 1 deletion...huba/nehubaViewerInterface/nehubaViewerTouch.directive.ts
... | ... | @@ -2,6 +2,7 @@ |
"name": "interactive-viewer", | ||
"version": "2.7.0", | ||
"description": "siibra-explorer - explore brain atlases. Based on humanbrainproject/nehuba & google/neuroglancer. Built with angular", | ||
"version": "2.7.0", | ||
"scripts": { | ||
"lint": "eslint src --ext .ts", | ||
"eslint": "eslint", | ||
... | ... |
Please register or sign in to comment