Figured out how to call a js (inline) snippet from HTML in a template component:
<script> var loadMoreFunc = skuid.snippet.getSnippet('loadMore'); </script> <center><a href="javascript:loadMoreFunc();">Load More...</a></center>
My question is whether or not there is a more straight-forward way to do this?
This just seems unnecessary.
Any help is appreciated.