文件名称:angular-q-thenresolve:.thenResolve为$ q许诺
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-10 16:45:28
JavaScript
角度q然后解析 向$ q返回的.thenResolve添加.thenResolve sugar方法。 安装 bower install angular-q-thenresolve --save 用法 /** angular.module('yourModule', [ 'angular.q.thenresolve' ]); **/ var value ; $q . defer ( ) . promise . thenResolve ( 'foo' ) . then ( function ( res ) { value = res ; // value === 'foo' } ) ; /** OR **/ $q . defer ( ) . promise . thenResolve ( 'foo' , function
【文件预览】:
angular-q-thenresolve-master
----.jshintrc(286B)
----bower.json(609B)
----src()
--------angular-q-thenresolve.js(1007B)
----.travis.yml(213B)
----LICENSE(1KB)
----test()
--------angular-q-thenresolve.spec.js(2KB)
----README.md(739B)
----dist()
--------angular-q-thenresolve.min.js(565B)
--------angular-q-thenresolve.js(962B)
----.gitignore(44B)
----karma.conf.js(379B)
----package.json(1KB)