-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
48 lines (32 loc) · 1.39 KB
/
Copy pathatom.xml
File metadata and controls
48 lines (32 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Jonas Lu</title>
<link href="/atom.xml" rel="self"/>
<link href="http://jonas-lu.github.io/"/>
<updated>2017-07-20T05:10:27.000Z</updated>
<id>http://jonas-lu.github.io/</id>
<author>
<name>Jonas Lu</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>Promise in AngularJS</title>
<link href="http://jonas-lu.github.io/2017/07/19/Promise-in-AngularJS/"/>
<id>http://jonas-lu.github.io/2017/07/19/Promise-in-AngularJS/</id>
<published>2017-07-19T13:08:35.000Z</published>
<updated>2017-07-20T05:10:27.000Z</updated>
<content type="html"><![CDATA[<blockquote>
<p>本文针对 AngularJS 1.x 版本</p>
</blockquote>
<p>在 Angular 中,Promise 由 $q 服务提供。Promise 提供了一种对异步操作的处理方式。</p>
]]></content>
<summary type="html">
<blockquote>
<p>本文针对 AngularJS 1.x 版本</p>
</blockquote>
<p>在 Angular 中,Promise 由 $q 服务提供。Promise 提供了一种对异步操作的处理方式。</p>
</summary>
<category term="Angular" scheme="http://jonas-lu.github.io/tags/Angular/"/>
<category term="JavaScript" scheme="http://jonas-lu.github.io/tags/JavaScript/"/>
</entry>
</feed>