Refresh Block Content
In DrupalGap 8 it is very easy to refresh a block's content:
dg.blockRefresh('my_module_custom_block');
This allows you to reload the html within a block, without having to reload the current page.
In DrupalGap 8 it is very easy to refresh a block's content:
dg.blockRefresh('my_module_custom_block');
This allows you to reload the html within a block, without having to reload the current page.