@nature-go said in md-button text invisible:

Now with the <ma-button> only one button (the first one) shows up (had to use the raised="true" for the text to be visible anyway) but it seems to ignore the rest of the lines of code

Try adding this to your div to change the AngularJS Material color scheme to white background -

md-colors="::{background: 'background-A100'}"

@nature-go said in md-button text invisible:

ut it seems to ignore the rest of the lines of code in the div, as it does not show the other buttons/content

Your markup is invalid, you haven't closed your <ma-button> elements correctly. You need a > after the label attribute.