angular-odata:此模块将请求参数转换为 odata 格式

时间:2024-07-18 10:07:56
【文件属性】:

文件名称:angular-odata:此模块将请求参数转换为 odata 格式

文件大小:2KB

文件格式:ZIP

更新时间:2024-07-18 10:07:56

角度数据 该模块在使用 $resource 时将GET请求参数转换为 odata 格式。 配置 请在 module.config 方法中注册您的路由前缀。 var app = angular.modulde("app",["ngResource","codefabriek.odata"]); app.config(["$httpProvider","$odataProvider",function($httpProvider, $odataProvider){ $odataProvider.routePrefix("/odata/"); $httpProvider.interceptors.push("odataInterceptor"); }]); 包含配置前缀的 url 的GET请求参数将转换为 odata 格式。 如何 app.factory("fakeResour


【文件预览】:
angular-odata-master
----angular-odata.js(2KB)
----README.md(2KB)

网友评论