8000 update dart to .23 · rusongyu/angular.io@88ead0d · GitHub
[go: up one dir, main page]

Skip to content

Commit 88ead0d

Browse files
committed
update dart to .23
1 parent edfd46d commit 88ead0d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
description: Dart version of Angular 2 example, Displaying Data
5353
version: 0.0.1
5454
dependencies:
55-
angular2: 2.0.0-alpha.22
55+
angular2: 2.0.0-alpha.23
5656
browser: any
5757
p.
5858
All of this code should look familiar from the previous page,
@@ -370,7 +370,7 @@
370370
description: Dart version of Angular 2 example, Displaying Data
371371
version: 0.0.1
372372
dependencies:
373-
angular2: 2.0.0-alpha.22
373+
angular2: 2.0.0-alpha.23
374374
browser: any
375375
.l-main-section
376376
h2#section-explanations Explanations

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: Dart version of Angular 2 example, Getting Started
3131
version: 0.0.1
3232
dependencies:
33-
angular2: 2.0.0-alpha.22
33+
angular2: 2.0.0-alpha.23
3434
browser: any
3535
p.
3636
Run <b>pub get</b> to download the packages your app depends on.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,5 +199,5 @@
199199
description: Dart version of Angular 2 example, Responding to User Input
200200
version: 0.0.1
201201
dependencies:
202-
angular2: 2.0.0-alpha.22
202+
angular2: 2.0.0-alpha.23
203203
browser: any

public/docs/dart/latest/quickstart.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ p.
3030
p.
3131
In <code>pubspec.yaml</code>, add the angular2 and browser packages as dependencies.
3232
Angular 2 is changing rapidly, so specify an exact version:
33-
<b>2.0.0-alpha.22</b>.
33+
<b>2.0.0-alpha.23</b>.
3434

3535
pre.prettyprint.linenums.lang-basic
3636
code.
3737
name: hello_world
3838
version: 0.0.1
3939
dependencies:
40-
angular2: 2.0.0-alpha.22
40+
angular2: 2.0.0-alpha.23
4141
browser: any
42< 3FE8 code>42
p.
4343
In the same directory, run <code>pub get</code>

0 commit comments

Comments
 (0)
0