Skip to content

Commit 408c58d

Browse files
EladBezalelandrewseguin
authored andcommitted
style(branding): branding consistency fixup (#2805)
fixes #2803
1 parent dd1f0fc commit 408c58d

File tree

21 files changed

+32
-32
lines changed

21 files changed

+32
-32
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to Angular 2 Material
1+
# Contributing to Angular Material
22

3-
We would love for you to contribute to Angular 2 Material and help make it ever better!
3+
We would love for you to contribute to Angular Material and help make it ever better!
44
As a contributor, here are the guidelines we would like you to follow:
55

66
- [Code of Conduct](#coc)
@@ -19,7 +19,7 @@ Help us keep Angular open and inclusive. Please read and follow our [Code of Con
1919

2020
If you have questions about how to *use* Angular Material, please direct them to the
2121
[Google Group][material-group] discussion list or [StackOverflow][stackoverflow].
22-
Please note that Angular 2 Material is still in very early development, and the team's capacity
22+
Please note that Angular Material is still in very early development, and the team's capacity
2323
to answer usage questions is limited. Community chat is also available on [Gitter][gitter].
2424

2525
## <a name="issue"></a> Found an Issue?
@@ -33,7 +33,7 @@ You can help the team even more and [submit a Pull Request](#submit-pr) with a f
3333
## <a name="feature"></a> Want a Feature?
3434
You can *request* a new feature by [submitting an issue](#submit-issue) to our [GitHub
3535
Repository][github]. If you would like to *implement* a new feature, please submit an issue with
36-
a proposal for your work first, to be sure that we can use it. Angular 2 Material is in very early
36+
a proposal for your work first, to be sure that we can use it. Angular Material is in very early
3737
stages and we are not ready to accept major contributions ahead of the full release.
3838
Please consider what kind of change it is:
3939

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Material Design for Angular 2
1+
# Material Design for Angular
22
[![npm version](https://badge.fury.io/js/%40angular%2Fmaterial.svg)](https://www.npmjs.com/package/%40angular%2Fmaterial)
33
[![Build Status](https://travis-ci.org/angular/material2.svg?branch=master)](https://travis-ci.org/angular/material2)
44
[![Gitter](https://badges.gitter.im/angular/material2.svg)](https://gitter.im/angular/material2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
55

6-
This is the home for the Angular team's Material Design components built on top of Angular 2.
6+
This is the home for the Angular team's Material Design components built on top of Angular.
77

88
#### Quick links
99
[Google group](https://groups.google.com/forum/#!forum/angular-material2),
@@ -23,10 +23,10 @@ Playing with the latest changes from [master](https://github.com/angular/materia
2323
### Getting started
2424

2525
See our [Getting Started Guide][getting-started]
26-
if you're building your first project with Angular Material 2.
26+
if you're building your first project with Angular Material.
2727

2828
### Project status
29-
Angular Material 2 is currently in beta and under active development.
29+
Angular Material is currently in beta and under active development.
3030
During beta, new features will be added regularly and APIs will evolve based on user feedback.
3131

3232
Check out our [directory of design documents](https://github.com/angular/material2/wiki/Design-doc-directory)
@@ -141,7 +141,7 @@ High level items planned for January 2017:
141141
be missing some behaviors or polish.
142142

143143
## The goal of Angular Material
144-
Our goal is to build a set of high-quality UI components built with Angular 2 and TypeScript,
144+
Our goal is to build a set of high-quality UI components built with Angular and TypeScript,
145145
following the Material Design spec. These
146146
components will serve as an example of how to write Angular code following best practices.
147147

e2e/index.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe('hello, protractor', function () {
44
describe('index', function () {
55
browser.get('/');
66
it('should have a title', function () {
7-
expect(browser.getTitle()).toBe('Material2');
7+
expect(browser.getTitle()).toBe('Angular Material');
88
});
99
});
1010
});

guides/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Get started with Angular Material 2 using the Angular CLI.
1+
Get started with Angular Material using the Angular CLI.
22

33
## Install the CLI
44

@@ -85,6 +85,6 @@ load the Material Design font in your `index.html`.
8585
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
8686
```
8787

88-
## Sample Angular Material 2 projects
89-
- [Material 2 Sample App](https://github.com/jelbourn/material2-app)
88+
## Sample Angular Material projects
89+
- [Material Sample App](https://github.com/jelbourn/material2-app)
9090
- [Angular Connect 2016 Demo](https://github.com/kara/leashed-in)

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ a theme consists of:
1313
* A foreground palette: colors for text and icons.
1414
* A background palette: colors used for element backgrounds.
1515

16-
In Angular Material 2, all theme styles are generated _statically_ at build-time so that your
16+
In Angular Material, all theme styles are generated _statically_ at build-time so that your
1717
app doesn't have to spend cycles generating theme styles on startup.
1818

1919
[1]: https://material.google.com/style/color.html#color-color-palette

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material2-srcs",
3-
"description": "Material Design components for Angular 2",
3+
"description": "Material Design components for Angular",
44
"homepage": "https://github.com/angular/material2",
55
"bugs": "https://github.com/angular/material2/issues",
66
"repository": {

src/demo-app/checkbox/checkbox-demo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class MdCheckboxDemoNestedChecklist {
2525
subtasks: [
2626
{ name: 'Cook Dinner', completed: false },
2727
{ name: 'Read the Material Design Spec', completed: false },
28-
{ name: 'Upgrade Application to Angular2', completed: false }
28+
{ name: 'Upgrade Application to Angular', completed: false }
2929
]
3030
},
3131
{

src/demo-app/demo-app/demo-app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<md-icon class="md-24" >menu</md-icon>
2525
</button>
2626
<div class="demo-toolbar">
27-
<h1>Angular Material 2 Demos</h1>
27+
<h1>Angular Material Demos</h1>
2828
<button md-button (click)="toggleFullscreen()" title="Toggle fullscreen">
2929
Fullscreen
3030
</button>

src/demo-app/demo-app/demo-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {Component, ViewEncapsulation, ElementRef} from '@angular/core';
44
@Component({
55
selector: 'home',
66
template: `
7-
<p>Welcome to the development demos for Angular Material 2!</p>
7+
<p>Welcome to the development demos for Angular Material!</p>
88
<p>Open the sidenav to select a demo. </p>
99
`
1010
})

src/demo-app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Material2</title>
6+
<title>Angular Material</title>
77
<base href="/">
88

99
<link rel="icon" type="image/x-icon" href="favicon.ico">

src/e2e-app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Material2</title>
6+
<title>Angular Material</title>
77
<base href="/">
88

99
<link rel="icon" type="image/x-icon" href="favicon.ico">

src/lib/core/compatibility/compatibility.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010

1111
export const MATERIAL_COMPATIBILITY_MODE = new OpaqueToken('md-compatibility-mode');
1212

13-
/** Selector that matches all elements that may have style collisions with material1. */
13+
/** Selector that matches all elements that may have style collisions with AngularJS Material. */
1414
export const MAT_ELEMENTS_SELECTOR = `
1515
[mat-button],
1616
[mat-dialog-actions],
@@ -67,7 +67,7 @@ export const MAT_ELEMENTS_SELECTOR = `
6767
mat-toolbar,
6868
matTooltip`;
6969

70-
/** Selector that matches all elements that may have style collisions with material1. */
70+
/** Selector that matches all elements that may have style collisions with AngularJS Material. */
7171
export const MD_ELEMENTS_SELECTOR = `
7272
[md-button],
7373
[md-dialog-actions],

src/lib/core/keyboard/keycodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
// Due to a bug in the ChromeDriver, Angular 2 keyboard events are not triggered by `sendKeys`
2+
// Due to a bug in the ChromeDriver, Angular keyboard events are not triggered by `sendKeys`
33
// during E2E tests when using dot notation such as `(keydown.rightArrow)`. To get around this,
44
// we are temporarily using a single (keydown) handler.
55
// See: https://github.com/angular/angular/issues/9419

src/lib/core/overlay/_overlay.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
pointer-events: auto;
5050

5151
// TODO(jelbourn): figure out if there are actually spec'ed colors for both light and dark
52-
// themes here. Currently using the values from Angular Material 1.
52+
// themes here. Currently using the values from AngularJS Material.
5353
transition: opacity $swift-ease-out-duration $swift-ease-out-timing-function;
5454
opacity: 0;
5555

src/lib/input/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# md-input-container
22

3-
Inputs are the basic input component of Material 2. The spec can be found
3+
Inputs are the basic input component of Material. The spec can be found
44
[here](https://www.google.com/design/spec/components/text-fields.html). `md-input-container` acts as
55
a wrapper for native `input` and `textarea` elements. The native element wrapped by the
66
`md-input-container` must be marked with the `mdInput` directive.

src/lib/menu/menu-animations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import{
99

1010
/**
1111
* Below are all the animations for the md-menu component.
12-
* Animation duration and timing values are based on Material 1.
12+
* Animation duration and timing values are based on AngularJS Material.
1313
*/
1414

1515

src/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular/material",
33
"version": "2.0.0-beta.1",
4-
"description": "Angular 2 Material",
4+
"description": "Angular Material",
55
"main": "./bundles/material.umd.js",
66
"module": "./index.js",
77
"typings": "./index.d.ts",

src/lib/select/select-animations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
* The following are all the animations for the md-select component, with each
1212
* const containing the metadata for one animation.
1313
*
14-
* The values below match the implementation of the Material 1 md-select animation.
14+
* The values below match the implementation of the AngularJS Material md-select animation.
1515
*/
1616

1717
/**

src/lib/sidenav/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ should be used instead.**
44

55
# MdSidenav
66

7-
MdSidenav is the side navigation component for Material 2. It is composed of two components: `<md-sidenav-container>` and `<md-sidenav>`.
7+
MdSidenav is the side navigation component for Angular Material. It is composed of two components: `<md-sidenav-container>` and `<md-sidenav>`.
88

99
## Screenshots
1010

test/protractor.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if (process.env['TRAVIS']) {
4545
"chromedriverVersion": "2.26",
4646
'tunnel-identifier': process.env['TRAVIS_JOB_ID'],
4747
'build': process.env['TRAVIS_JOB_ID'],
48-
'name': 'Material 2 E2E Tests',
48+
'name': 'Material E2E Tests',
4949

5050
// Enables concurrent testing in the Webdriver. Currently runs five e2e files in parallel.
5151
maxInstances: 5,

tools/dgeni/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ const templateDir = path.resolve(__dirname, './templates');
1818
// Package definition for material2 api docs. This only *defines* the package- it does not yet
1919
// actually *run* anything.
2020
//
21-
// A dgeni package is very similar to an Angular 1 module. Modules contain:
21+
// A dgeni package is very similar to an AngularJS module. Modules contain:
2222
// "services" (injectables)
2323
// "processors" (injectables that conform to a specific interface)
2424
// "templates": nunjucks templates that can be used to render content
2525
//
26-
// A dgeni package also has a `config` method, similar to an Angular 1 module.
26+
// A dgeni package also has a `config` method, similar to an AngularJS module.
2727
// A config block can inject any services/processors and configure them before
2828
// docs processing begins.
2929

0 commit comments

Comments
 (0)