I'm trying to add an override using SPClientTemplates but by the time my custom code calls RegisterTemplateOverrides it's too late, the CSR has already been processed. If I add my custom code to a Script Editor it works fine, but that's not what I want. I need it to be called after other things have been processed, essentially on demand or via callback.
I tried looking at clienttemplates.debug.js but I couldn't see a way to achieve what I need. Perhaps I'm just missing something?
Full disclosure I'm trying to make template modifications using angularjs directives, but again by the time angular has finished bootstrapping, the CSR is taking a nap.