diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 333a29371e5d..f868890d6724 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
-# Contributing to Angular 2 Material
+# Contributing to Angular Material
-We would love for you to contribute to Angular 2 Material and help make it ever better!
+We would love for you to contribute to Angular Material and help make it ever better!
As a contributor, here are the guidelines we would like you to follow:
- [Code of Conduct](#coc)
@@ -19,7 +19,7 @@ Help us keep Angular open and inclusive. Please read and follow our [Code of Con
If you have questions about how to *use* Angular Material, please direct them to the
[Google Group][material-group] discussion list or [StackOverflow][stackoverflow].
-Please note that Angular 2 Material is still in very early development, and the team's capacity
+Please note that Angular Material is still in very early development, and the team's capacity
to answer usage questions is limited. Community chat is also available on [Gitter][gitter].
## Found an Issue?
@@ -33,7 +33,7 @@ You can help the team even more and [submit a Pull Request](#submit-pr) with a f
## Want a Feature?
You can *request* a new feature by [submitting an issue](#submit-issue) to our [GitHub
Repository][github]. If you would like to *implement* a new feature, please submit an issue with
-a proposal for your work first, to be sure that we can use it. Angular 2 Material is in very early
+a proposal for your work first, to be sure that we can use it. Angular Material is in very early
stages and we are not ready to accept major contributions ahead of the full release.
Please consider what kind of change it is:
diff --git a/README.md b/README.md
index 8c3eeb377e25..65a09bba043a 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-# Material Design for Angular 2
+# Material Design for Angular
[](https://www.npmjs.com/package/%40angular%2Fmaterial)
[](https://travis-ci.org/angular/material2)
[](https://gitter.im/angular/material2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
-This is the home for the Angular team's Material Design components built on top of Angular 2.
+This is the home for the Angular team's Material Design components built on top of Angular.
#### Quick links
[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
### Getting started
See our [Getting Started Guide][getting-started]
-if you're building your first project with Angular Material 2.
+if you're building your first project with Angular Material.
### Project status
-Angular Material 2 is currently in beta and under active development.
+Angular Material is currently in beta and under active development.
During beta, new features will be added regularly and APIs will evolve based on user feedback.
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:
be missing some behaviors or polish.
## The goal of Angular Material
-Our goal is to build a set of high-quality UI components built with Angular 2 and TypeScript,
+Our goal is to build a set of high-quality UI components built with Angular and TypeScript,
following the Material Design spec. These
components will serve as an example of how to write Angular code following best practices.
diff --git a/e2e/index.e2e.ts b/e2e/index.e2e.ts
index dded58a17bae..36b27f6bd962 100644
--- a/e2e/index.e2e.ts
+++ b/e2e/index.e2e.ts
@@ -4,7 +4,7 @@ describe('hello, protractor', function () {
describe('index', function () {
browser.get('/');
it('should have a title', function () {
- expect(browser.getTitle()).toBe('Material2');
+ expect(browser.getTitle()).toBe('Angular Material');
});
});
});
diff --git a/guides/getting-started.md b/guides/getting-started.md
index 25cccbef2208..b34323262ba7 100644
--- a/guides/getting-started.md
+++ b/guides/getting-started.md
@@ -1,4 +1,4 @@
-Get started with Angular Material 2 using the Angular CLI.
+Get started with Angular Material using the Angular CLI.
## Install the CLI
@@ -85,6 +85,6 @@ load the Material Design font in your `index.html`.
```
-## Sample Angular Material 2 projects
-- [Material 2 Sample App](https://github.com/jelbourn/material2-app)
+## Sample Angular Material projects
+- [Material Sample App](https://github.com/jelbourn/material2-app)
- [Angular Connect 2016 Demo](https://github.com/kara/leashed-in)
diff --git a/guides/theming.md b/guides/theming.md
index c059a621a56f..81a3617a6af7 100644
--- a/guides/theming.md
+++ b/guides/theming.md
@@ -13,7 +13,7 @@ a theme consists of:
* A foreground palette: colors for text and icons.
* A background palette: colors used for element backgrounds.
-In Angular Material 2, all theme styles are generated _statically_ at build-time so that your
+In Angular Material, all theme styles are generated _statically_ at build-time so that your
app doesn't have to spend cycles generating theme styles on startup.
[1]: https://material.google.com/style/color.html#color-color-palette
diff --git a/package.json b/package.json
index 640d01e956d7..a1f88577415f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "material2-srcs",
- "description": "Material Design components for Angular 2",
+ "description": "Material Design components for Angular",
"homepage": "https://github.com/angular/material2",
"bugs": "https://github.com/angular/material2/issues",
"repository": {
diff --git a/src/demo-app/checkbox/checkbox-demo.ts b/src/demo-app/checkbox/checkbox-demo.ts
index aed0335dc761..160bd59c452e 100644
--- a/src/demo-app/checkbox/checkbox-demo.ts
+++ b/src/demo-app/checkbox/checkbox-demo.ts
@@ -25,7 +25,7 @@ export class MdCheckboxDemoNestedChecklist {
subtasks: [
{ name: 'Cook Dinner', completed: false },
{ name: 'Read the Material Design Spec', completed: false },
- { name: 'Upgrade Application to Angular2', completed: false }
+ { name: 'Upgrade Application to Angular', completed: false }
]
},
{
diff --git a/src/demo-app/demo-app/demo-app.html b/src/demo-app/demo-app/demo-app.html
index e3af8f85b27f..fe1fab9478cc 100644
--- a/src/demo-app/demo-app/demo-app.html
+++ b/src/demo-app/demo-app/demo-app.html
@@ -24,7 +24,7 @@
menu
Welcome to the development demos for Angular Material 2!
+
Welcome to the development demos for Angular Material!
Open the sidenav to select a demo.
`
})
diff --git a/src/demo-app/index.html b/src/demo-app/index.html
index 8498715397d1..d1af0dd454d2 100644
--- a/src/demo-app/index.html
+++ b/src/demo-app/index.html
@@ -3,7 +3,7 @@
- Material2
+ Angular Material
diff --git a/src/e2e-app/index.html b/src/e2e-app/index.html
index 33f6caabcb10..e5f49fcb8937 100644
--- a/src/e2e-app/index.html
+++ b/src/e2e-app/index.html
@@ -3,7 +3,7 @@
- Material2
+ Angular Material
diff --git a/src/lib/core/compatibility/compatibility.ts b/src/lib/core/compatibility/compatibility.ts
index aed300591306..a4b2afcb8c43 100644
--- a/src/lib/core/compatibility/compatibility.ts
+++ b/src/lib/core/compatibility/compatibility.ts
@@ -10,7 +10,7 @@ import {
export const MATERIAL_COMPATIBILITY_MODE = new OpaqueToken('md-compatibility-mode');
-/** Selector that matches all elements that may have style collisions with material1. */
+/** Selector that matches all elements that may have style collisions with AngularJS Material. */
export const MAT_ELEMENTS_SELECTOR = `
[mat-button],
[mat-dialog-actions],
@@ -68,7 +68,7 @@ export const MAT_ELEMENTS_SELECTOR = `
mat-toolbar,
matTooltip`;
-/** Selector that matches all elements that may have style collisions with material1. */
+/** Selector that matches all elements that may have style collisions with AngularJS Material. */
export const MD_ELEMENTS_SELECTOR = `
[md-button],
[md-dialog-actions],
diff --git a/src/lib/core/keyboard/keycodes.ts b/src/lib/core/keyboard/keycodes.ts
index bff519c5d38f..6056b7a97ec0 100644
--- a/src/lib/core/keyboard/keycodes.ts
+++ b/src/lib/core/keyboard/keycodes.ts
@@ -1,5 +1,5 @@
-// Due to a bug in the ChromeDriver, Angular 2 keyboard events are not triggered by `sendKeys`
+// Due to a bug in the ChromeDriver, Angular keyboard events are not triggered by `sendKeys`
// during E2E tests when using dot notation such as `(keydown.rightArrow)`. To get around this,
// we are temporarily using a single (keydown) handler.
// See: https://github.com/angular/angular/issues/9419
diff --git a/src/lib/core/overlay/_overlay.scss b/src/lib/core/overlay/_overlay.scss
index 4b4f0ef29f36..91d82ee81a12 100644
--- a/src/lib/core/overlay/_overlay.scss
+++ b/src/lib/core/overlay/_overlay.scss
@@ -49,7 +49,7 @@
pointer-events: auto;
// TODO(jelbourn): figure out if there are actually spec'ed colors for both light and dark
- // themes here. Currently using the values from Angular Material 1.
+ // themes here. Currently using the values from AngularJS Material.
transition: opacity $swift-ease-out-duration $swift-ease-out-timing-function;
opacity: 0;
diff --git a/src/lib/input/README.md b/src/lib/input/README.md
index 6bba8daeb33b..865a38c9a4a7 100644
--- a/src/lib/input/README.md
+++ b/src/lib/input/README.md
@@ -3,7 +3,7 @@ used instead.**
# md-input-container
-Inputs are the basic input component of Material 2. The spec can be found
+Inputs are the basic input component of Material. The spec can be found
[here](https://www.google.com/design/spec/components/text-fields.html). `md-input-container` acts as
a wrapper for native `input` and `textarea` elements. The native element wrapped by the
`md-input-container` must be marked with the `mdInput` directive.
diff --git a/src/lib/menu/menu-animations.ts b/src/lib/menu/menu-animations.ts
index a578f471404d..8186a3f3945f 100644
--- a/src/lib/menu/menu-animations.ts
+++ b/src/lib/menu/menu-animations.ts
@@ -9,7 +9,7 @@ import{
/**
* Below are all the animations for the md-menu component.
- * Animation duration and timing values are based on Material 1.
+ * Animation duration and timing values are based on AngularJS Material.
*/
diff --git a/src/lib/package.json b/src/lib/package.json
index 657cd2a95622..271eca9ce7e1 100644
--- a/src/lib/package.json
+++ b/src/lib/package.json
@@ -1,7 +1,7 @@
{
"name": "@angular/material",
"version": "2.0.0-beta.1",
- "description": "Angular 2 Material",
+ "description": "Angular Material",
"main": "./bundles/material.umd.js",
"module": "./index.js",
"typings": "./index.d.ts",
diff --git a/src/lib/select/select-animations.ts b/src/lib/select/select-animations.ts
index 77a2ab00d2f1..613d1244f1e9 100644
--- a/src/lib/select/select-animations.ts
+++ b/src/lib/select/select-animations.ts
@@ -11,7 +11,7 @@ import {
* The following are all the animations for the md-select component, with each
* const containing the metadata for one animation.
*
- * The values below match the implementation of the Material 1 md-select animation.
+ * The values below match the implementation of the AngularJS Material md-select animation.
*/
/**
diff --git a/src/lib/sidenav/README.md b/src/lib/sidenav/README.md
index 2d0fc4c6dd24..f6cbcc55e121 100644
--- a/src/lib/sidenav/README.md
+++ b/src/lib/sidenav/README.md
@@ -4,7 +4,7 @@ should be used instead.**
# MdSidenav
-MdSidenav is the side navigation component for Material 2. It is composed of two components: `` and ``.
+MdSidenav is the side navigation component for Angular Material. It is composed of two components: `` and ``.
## Screenshots
diff --git a/test/protractor.conf.js b/test/protractor.conf.js
index 573770eba5d5..5d8708c9c222 100644
--- a/test/protractor.conf.js
+++ b/test/protractor.conf.js
@@ -45,7 +45,7 @@ if (process.env['TRAVIS']) {
"chromedriverVersion": "2.26",
'tunnel-identifier': process.env['TRAVIS_JOB_ID'],
'build': process.env['TRAVIS_JOB_ID'],
- 'name': 'Material 2 E2E Tests',
+ 'name': 'Material E2E Tests',
// Enables concurrent testing in the Webdriver. Currently runs five e2e files in parallel.
maxInstances: 5,
diff --git a/tools/dgeni/index.js b/tools/dgeni/index.js
index 8cd4795e2486..652288c96999 100644
--- a/tools/dgeni/index.js
+++ b/tools/dgeni/index.js
@@ -18,12 +18,12 @@ const templateDir = path.resolve(__dirname, './templates');
// Package definition for material2 api docs. This only *defines* the package- it does not yet
// actually *run* anything.
//
-// A dgeni package is very similar to an Angular 1 module. Modules contain:
+// A dgeni package is very similar to an AngularJS module. Modules contain:
// "services" (injectables)
// "processors" (injectables that conform to a specific interface)
// "templates": nunjucks templates that can be used to render content
//
-// A dgeni package also has a `config` method, similar to an Angular 1 module.
+// A dgeni package also has a `config` method, similar to an AngularJS module.
// A config block can inject any services/processors and configure them before
// docs processing begins.