我是AngularJS的新手,希望通过最佳实践在REST应用程序上实现全局异常处理程序。Spring全局异常处理程序:public class GlobalExceptionHandler {
// redirect and bind exception to error.html}
例如,在Angular控
如何将表单值传递给角脚本,从脚本传递到Spring控制器。下面我编写了一些代码,其中表单数据无法发送控制器。,[ '$scope', '$http', function($scope, $http) {
$scope.headerText = 'AngularJSPost Form Spring MVC e