Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit cc93456

Browse files
committed
docs(dart): update to alpha-39
1 parent f293d61 commit cc93456

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

public/docs/dart/latest/guide/displaying-data.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
description: Dart version of Angular 2 example, Displaying Data
4343
version: 0.0.1
4444
dependencies:
45-
angular2: 2.0.0-alpha.38
45+
angular2: 2.0.0-alpha.39
4646
browser: ^0.10.0
4747
transformers:
4848
- angular2:
@@ -353,7 +353,7 @@
353353
description: Displaying Data example
354354
version: 0.0.1
355355
dependencies:
356-
angular2: 2.0.0-alpha.38
356+
angular2: 2.0.0-alpha.39
357357
browser: ^0.10.0
358358
transformers:
359359
- angular2:

public/docs/dart/latest/guide/setup.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
description: Getting Started example
3131
version: 0.0.1
3232
dependencies:
33-
angular2: 2.0.0-alpha.38
33+
angular2: 2.0.0-alpha.39
3434
browser: ^0.10.0
3535
transformers:
3636
- angular2:

public/docs/dart/latest/guide/user-input.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
description: User Input example
192192
version: 0.0.1
193193
dependencies:
194-
angular2: 2.0.0-alpha.38
194+
angular2: 2.0.0-alpha.39
195195
browser: ^0.10.0
196196
transformers:
197197
- angular2:

public/docs/dart/latest/quickstart.jade

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ p.
3737
specify the angular2 and browser packages as dependencies,
3838
as well as the angular2 transformer.
3939
Angular 2 is changing rapidly, so provide an exact version:
40-
<b>2.0.0-alpha.38</b>.
40+
<b>2.0.0-alpha.39</b>.
4141

4242
code-example(language="yaml" format="linenums").
4343
name: hello_world
4444
version: 0.0.1
4545
dependencies:
46-
angular2: 2.0.0-alpha.38
46+
angular2: 2.0.0-alpha.39
4747
browser: ^0.10.0
4848
transformers:
4949
- angular2:
@@ -234,7 +234,7 @@ p.
234234
Loading source assets...
235235
...
236236
Built 333 files to "build".
237-
//- REGENERATE THIS OUTPUT - or delete it? - when updating from 2.0.0-alpha.38
237+
//- REGENERATE THIS OUTPUT - or delete it? - when updating from 2.0.0-alpha.39
238238
239239
p.
240240
The generated JavaScript appears, along with supporting files,
@@ -253,7 +253,7 @@ p.
253253
name: hello_world
254254
version: 0.0.1
255255
dependencies:
256-
angular2: 2.0.0-alpha.38
256+
angular2: 2.0.0-alpha.39
257257
browser: ^0.10.0
258258
<span class="pnk">transformers:
259259
- angular2:

0 commit comments

Comments
 (0)