8000 update dart angular2 version, don't display pub get output by kwalrath · Pull Request #67 · angular/angular.io · GitHub
[go: up one dir, main page]

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

update dart angular2 version, don't display pub get output #67

Merged
merged 1 commit into from
Apr 29, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update dart angular2 version, don't display pub get output
  • Loading branch information
kwalrath committed Apr 29, 2015
commit 8650595b70187bbf1a994aa19973cfa8f0e3a9ae
4 changes: 2 additions & 2 deletions public/docs/dart/latest/guide/displaying-data.jade
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
description: Dart version of Angular 2 example, Displaying Data
version: 0.0.1
dependencies:
angular2: 2.0.0-alpha.20
angular2: 2.0.0-alpha.21
browser: any

p.
Expand Down Expand Up @@ -392,7 +392,7 @@
description: Dart version of Angular 2 example, Displaying Data
version: 0.0.1
dependencies:
angular2: 2.0.0-alpha.20
angular2: 2.0.0-alpha.21
browser: any
.l-main-section
h2#section-explanations Explanations
Expand Down
2 changes: 1 addition & 1 deletion public/docs/dart/latest/guide/setup.jade
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
description: Dart version of Angular 2 example, Getting Started
version: 0.0.1
dependencies:
angular2: 2.0.0-alpha.20
angular2: 2.0.0-alpha.21
browser: any
p.
Run <b>pub get</b> to download the packages your app depends on.
Expand Down
2 changes: 1 addition & 1 deletion public/docs/dart/latest/guide/user-input.jade
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,5 @@
description: Dart version of Angular 2 example, Responding to User Input
version: 0.0.1
dependencies:
angular2: 2.0.0-alpha.20
angular2: 2.0.0-alpha.21
browser: any
8 changes: 2 additions & 6 deletions public/docs/dart/latest/quickstart.jade
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ p.
p.
In <code>pubspec.yaml</code>, add the angular2 and browser packages as dependencies.
Angular 2 is changing rapidly, so specify an exact version:
<b>2.0.0-alpha.19</b>.
<b>2.0.0-alpha.21</b>.

pre.prettyprint.linenums.lang-basic
code.
name: hello_world
version: 0.0.1
dependencies:
angular2: 2.0.0-alpha.19
angular2: 2.0.0-alpha.21
browser: any
p.
In the same directory, run <code>pub get</code>
Expand All @@ -47,10 +47,6 @@ p.
pre.prettyprint.lang-basic
code.
&gt; pub get
Resolving dependencies... (2.7s)
# ... messages ...
+ angular2 2.0.0-alpha.19
# ... more messages ...

// PENDING: Create template? Link to pub/pubspec docs?
// Is browser really needed?
Expand Down
0