daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 520 forks source link

Save and Cancel button order in $mdEditDialog #515

Open pjpillai opened 7 years ago

pjpillai commented 7 years ago

Currently in the template cancel button is first and then save. So UI shows cancel is first and then save. But I want to show the save button first. Do I need to specify my own template making the order of button reverse?