Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
fixup! docs(misc): add version-support-status page
  • Loading branch information
petebacondarwin committed Feb 20, 2018
commit 0cda1d49278d0ccd85576f14f2cf631a19dce0d9
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ It also helps with server-side communication, taming async callbacks with promis
and it makes client-side navigation and deep linking with hashbang urls or HTML5 pushState a
piece of cake. Best of all? It makes development fun!

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion docs/content/api/index.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# AngularJS API Docs

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

## Welcome to the AngularJS API docs page.
Expand Down
6 changes: 3 additions & 3 deletions docs/content/misc/version-support-status.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This page describes the support status of the significant versions of AngularJS.

### Until July 1st 2018

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

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

### After July 1st 2018

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

<table class="dev-status table table-bordered">
<thead>
<tr><th>Version</th><th>Status</th><th>Comments</th></tr>
</thead>
<tbody>
<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>
<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>
<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>
</tbody>
</table>

Expand Down