I want to use Angular JS for October CMS. But how to i POST data to the controllers?
I found this in the October framework.js file
headers: {
'X-OCTOBER-REQUEST-HANDLER': handler,
'X-OCTOBER-REQUEST-PARTIALS': this.extractPartials(options.update)
},
But i have a hard time debugging it.
What is the URL this posts to? And how would i use this.extractPartials(options.update)