Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0cda1d4

Browse files
fixup! docs(misc): add version-support-status page
1 parent 6baec6c commit 0cda1d4

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ It also helps with server-side communication, taming async callbacks with promis
1212
and it makes client-side navigation and deep linking with hashbang urls or HTML5 pushState a
1313
piece of cake. Best of all? It makes development fun!
1414

15-
##### AngularJS will be moving to Long Term Support (LTS) mode on July 1st: [Find out more](misc/version-support-status)
15+
--------------------
16+
17+
##### AngularJS will be moving to Long Term Support (LTS) mode on July 1st 2018: [Find out more](misc/version-support-status)
1618

1719
##### Looking for the new Angular? Go here: https://github.com/angular/angular
1820

docs/content/api/index.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# AngularJS API Docs
66

77
<div class="alert alert-warning">
8-
**AngularJS will be moving to Long Term Support (LTS) mode on July 1st.**: [Find out more](misc/version-support-status).
8+
**AngularJS will be moving to Long Term Support (LTS) mode on July 1st 2018.**: [Find out more](misc/version-support-status).
99
</div>
1010

1111
## Welcome to the AngularJS API docs page.

docs/content/misc/version-support-status.ngdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This page describes the support status of the significant versions of AngularJS.
1212

1313
### Until July 1st 2018
1414

15-
Any version branch not shown (e.g. 1.5.x) is no longer being developed.
15+
Any version branch not shown in the following table (e.g. 1.5.x) is no longer being developed.
1616

1717
<table class="dev-status table table-bordered">
1818
<thead>
@@ -27,15 +27,15 @@ Any version branch not shown (e.g. 1.5.x) is no longer being developed.
2727

2828
### After July 1st 2018
2929

30-
Any version branch not shown (e.g. 1.6.x) is no longer being developed.
30+
Any version branch not shown in the following table (e.g. 1.6.x) is no longer being developed.
3131

3232
<table class="dev-status table table-bordered">
3333
<thead>
3434
<tr><th>Version</th><th>Status</th><th>Comments</th></tr>
3535
</thead>
3636
<tbody>
3737
<tr class="security"><td><span>1.2.x</span></td><td>Long Term Support</td><td>Last version to provide IE 8 support</td></tr>
38-
<tr class="stable"><td><span>1.7.x</span></td><td>Long Term Support</td><td>1.7.0 will be the last release of AngularJS to contain breaking changes</td></tr>
38+
<tr class="stable"><td><span>1.7.x</span></td><td>Long Term Support</td><td>See [Long Term Support](#long-term-support) section below.</td></tr>
3939
</tbody>
4040
</table>
4141

0 commit comments

Comments
 (0)