I try to use hypothesis annotation locally and I want to change some function. So I want to know what does these "<", "&" symbols means?
'use strict';
module.exports = {
controllerAs: 'vm',
bindings: {
icon: '<',
isDisabled: '<',
label: '<',
onClick: '&',
},
template: require('../templates/annotation-action-button.html'),
};