ng2-fan-menu
ng2-fan-menu copied to clipboard
Make button title configurable
Please can you make the main button configurable so the text can be changed through the options and maybe allow images as well. Currently this is hard coded to 'Menu' and it would be useful to be able to change it. Thanks
solved with https://github.com/dragosch/fan-menu
public options = {
spinable: true,
buttonWidth: 40,
buttonTex: 'Hello'
};