Consistency for naming (Angular for JavaScript)
This commit is contained in:
parent
8d0b4349e2
commit
ef11b770b5
|
@ -9,8 +9,8 @@
|
|||
|
||||
ul.text-body
|
||||
li <a href="/"> Angular 2.0</a>
|
||||
li <a href="https://angularjs.org/"> Angular JS 1.X</a>
|
||||
li <a href="https://angulardart.org/"> Angular Dart 1.X</a>
|
||||
li <a href="https://angularjs.org/"> Angular for JavaScript 1.X</a>
|
||||
li <a href="https://angulardart.org/"> Angular for Dart 1.X</a>
|
||||
li <a href="https://material.angularjs.org"> Angular Material</a>
|
||||
li <a href="https://www.firebase.com/docs/web/libraries/angular/"> AngularFire</a>
|
||||
|
||||
|
|
|
@ -3,22 +3,22 @@
|
|||
p We'd love for you to contribute to our source code and to make Angular projects even better.
|
||||
|
||||
.l-sub-section
|
||||
h3 Angular JS
|
||||
h3 Angular for JavaScript
|
||||
|
||||
p Angular is a development platform for building mobile and desktop web applications.
|
||||
|
||||
a(href="https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md" class="button" md-button) Contribute to Angular JS
|
||||
a(href="https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md" class="button" md-button) Contribute to Angular for JavaScript
|
||||
|
||||
.l-sub-section
|
||||
h3 Angular Material
|
||||
|
||||
p Our goal is to deliver a lean, lightweight set of AngularJS-native UI elements that implement the material design specification for use in Angular single-page applications (SPAs).
|
||||
p Our goal is to deliver a lean, lightweight set of Angular-based UI elements that implement the material design specification for use in Angular single-page applications (SPAs).
|
||||
|
||||
a(href="https://github.com/angular/material/blob/master/docs/guides/CONTRIBUTING.md" class="button" md-button) Contribute to Angular Material
|
||||
|
||||
.l-sub-section
|
||||
h3 AngularFire
|
||||
|
||||
p AngularFire is the officially supported AngularJS binding for Firebase. Firebase is a full backend so you don't need servers to build your Angular app.
|
||||
p AngularFire is the officially supported Angular binding for Firebase. Firebase is a full backend so you don't need servers to build your Angular app.
|
||||
|
||||
a(href="https://github.com/firebase/angularFire" class="button" md-button) Contribute to AngularFire
|
||||
|
|
Loading…
Reference in New Issue