October CMS - Ajax URL?
问题 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) 回答1: If you want to post a simple data to the controller and want to update the view file, then you better go with october