- Removed AssociatedStudies Collection - Measurement API is generated from configuration files - Data exchange methods are defined in configuration
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
Template.aboutModal.helpers({
|
|
githubUrl() {
|
|
return 'https://github.com/OHIF/Viewers';
|
|
}
|
|
});
|