文件名称:ng-request:AngularJS服务提供到$ http的requestrequest接口
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-08 10:16:06
JavaScript
角$ http作为请求 包装$ http的Angular服务看起来像 。 涵盖基本的GET和POST请求,但不支持所有请求的选项。 改编自: : 用法 将index.js添加到您的项目中。 angular . module ( 'myModule' ) . controller ( 'myController' , function ( ngRequest ) { ngRequest . get ( 'http://example.com' , function ( err , response , body ) { console . log ( body ) ; } ) ; } ) ;
【文件预览】:
ng-request-master
----package.json(745B)
----Gruntfile.js(578B)
----LICENSE(11KB)
----index.js(4KB)
----README.md(535B)
----test()
--------ng-request-unit.js(4KB)