What is the best way to programmatically show/hide the slideable content from a controller/service? I'd like to avoid something like `$('#toggle-slide').click()`
What is the best way to programmatically show/hide the slideable content from a controller/service?
I'd like to avoid something like
$('#toggle-slide').click()