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

Commit e9d40ab

Browse files
committed
Update most visible AngularDart pages to 2.0
1 parent b1917b8 commit e9d40ab

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

public/docs/_examples/quickstart/dart/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ version: 0.0.1
55
environment:
66
sdk: '>=1.19.0 <2.0.0'
77
dependencies:
8-
angular2: 2.0.0-beta.22
8+
angular2: ^2.0.0
9+
dev_dependencies:
910
browser: ^0.10.0
1011
dart_to_js_script_rewriter: ^1.0.1
1112
transformers:

public/docs/dart/latest/_data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "Angular Docs",
55
"subtitle": "Dart",
66
"menuTitle": "Docs Home",
7-
"banner": "Angular release is <b>beta.22</b>. View the <a href='https://github.com/dart-lang/angular2/blob/master/CHANGELOG.md' target='_blank'>change log</a> to see enhancements, fixes, and breaking changes."
7+
"banner": "AngularDart is <b>2.0</b>. View the <a href='https://github.com/dart-lang/angular2/blob/master/CHANGELOG.md' target='_blank'>change log</a> to see enhancements, fixes, and breaking changes."
88
},
99

1010
"quickstart": {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"index" : {
3-
"title" : "API 2.0 Preview"
3+
"title" : "API Reference"
44
}
5-
}
5+
}

public/docs/dart/latest/api/index.jade

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
:marked
2-
> **WARNING:** API documentation is preliminary and subject to change.
3-
4-
> **Known issues:** Although this generated API reference displays Dart
5-
APIs, individual pages sometimes describe TypeScript APIs accompanied with
6-
TypeScript code. The angular.io issue tracker contains [all known
2+
> **Known issues:** The angular.io issue tracker contains [all known
73
issues][api-issues]; if you notice others, please [report
84
them][new-issue]. Thanks!
95

public/docs/dart/latest/quickstart.jade

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ block package-and-config-files
3030
packages as dependencies, as well as the `angular2` transformer.
3131
It can also specify other packages and transformers for the app to use,
3232
such as [dart_to_js_script_rewriter](https://pub.dartlang.org/packages/dart_to_js_script_rewriter).
33-
Angular 2 is still changing, so provide an exact version: **2.0.0-beta.22**.
3433

3534
[pubspec]: https://www.dartlang.org/tools/pub/pubspec.html
3635

0 commit comments

Comments
 (0)