How to invoke a refresh on smart-table-ng
I have smart-table-ng set up to pull data from a service. I have modal dialogs to add, edit or delete rows in the table.
How do I let smart-table-ng know that the data has changed in the back end and it needs to pull the latest?
This is how I have it confi...