- Angular Material uses the [Roboto](https://fonts.google.com/?selection.family=Roboto)
+ AngularJS Material uses the [Roboto](https://fonts.google.com/?selection.family=Roboto)
font for all of its components.
- The `Roboto` font will be not automatically loaded by Angular Material itself. The
+ The `Roboto` font will be not automatically loaded by AngularJS Material itself. The
developer is responsible for loading all fonts used in their application. Shown below is a
sample link markup used to load the `Roboto` font from a CDN.
diff --git a/docs/content/Theming/01_introduction.md b/docs/content/Theming/01_introduction.md
index eb50d37b51d..2fd9e4f2681 100644
--- a/docs/content/Theming/01_introduction.md
+++ b/docs/content/Theming/01_introduction.md
@@ -4,9 +4,9 @@
Material Design is a visual language with specifications for innovative user experiences (UX) and user interface (UI) elements. Themes convey meaning through color, tones, and contrasts, similar to how Layouts convey meaning through keylines and alignments.
-Theme [**color palettes**](http://www.google.com/design/spec/style/color.html#color-ui-color-palette), alphas, and shadows deliver a consistent tone to your application and a unified feel for all Angular Material UI components.
+Theme [**color palettes**](http://www.google.com/design/spec/style/color.html#color-ui-color-palette), alphas, and shadows deliver a consistent tone to your application and a unified feel for all AngularJS Material UI components.
-Theming allows changing the color of your Angular Material application. If you
+Theming allows changing the color of your AngularJS Material application. If you
need more custom styling (such as layout changes including padding, margins,
etc) you will need to either write CSS rules with custom selectors, or build a
custom version of the `angular-material.css` file using SASS and custom
@@ -19,13 +19,13 @@ variables.
## Theming Approach
-Angular Material makes it easy to design an app which follows the Material style
+AngularJS Material makes it easy to design an app which follows the Material style
guide's suggested design patterns:
> Limit your selection of colors by choosing three color hues from the primary palette and one accent color
> from the secondary palette. The accent color may or may not need fallback options.
-This concept is central to how Angular Material approaches theming.
+This concept is central to how AngularJS Material approaches theming.
## Important Terms
@@ -35,7 +35,7 @@ A hue/shade is a single color within a palette.
### Palettes
-A palette is a collection of hues. By default, Angular Material ships with all
+A palette is a collection of hues. By default, AngularJS Material ships with all
palettes from the material design spec built in. Valid palettes include:
- red
@@ -63,7 +63,7 @@ palettes from the material design spec built in. Valid palettes include:
A color intention is a mapping of a palette for a given intention within your
application.
-Valid color intentions in Angular Material include:
+Valid color intentions in AngularJS Material include:
- *primary* - used to represent primary interface elements for a user
- *accent* - used to represent secondary interface elements for a user
diff --git a/docs/content/Theming/02_declarative_syntax.md b/docs/content/Theming/02_declarative_syntax.md
index f2b70caa78c..888b0b8f6a4 100644
--- a/docs/content/Theming/02_declarative_syntax.md
+++ b/docs/content/Theming/02_declarative_syntax.md
@@ -2,8 +2,8 @@
@name Declarative Syntax
@description
-Theming in angular material uses classes to apply an intention group to a given
-component. Most components in Angular Material support intention classes
+Theming in AngularJS Material uses classes to apply an intention group to a given
+component. Most components in AngularJS Material support intention classes
as expected, including:
- md-button
diff --git a/docs/content/Theming/03_configuring_a_theme.md b/docs/content/Theming/03_configuring_a_theme.md
index a396acb38cd..8cafcd481d5 100644
--- a/docs/content/Theming/03_configuring_a_theme.md
+++ b/docs/content/Theming/03_configuring_a_theme.md
@@ -4,7 +4,7 @@
## Configuring a theme
-By default your Angular Material application will use the default theme, a theme
+By default your AngularJS Material application will use the default theme, a theme
that is pre-configured with the following palettes for intention groups:
- *primary* - indigo
@@ -72,7 +72,7 @@ angular.module('myApp', ['ngMaterial'])
### Defining Custom Palettes
-As mentioned before, Angular Material ships with the Material Design
+As mentioned before, AngularJS Material ships with the Material Design
Spec's color palettes built in. In the event that you need to define a custom color palette, you can use `$mdThemingProvider` to define it, thereby making
it available to your theme for use in its intention groups. Note that you must
specify all hues in the definition map.
diff --git a/docs/content/Theming/04_multiple_themes.md b/docs/content/Theming/04_multiple_themes.md
index 34367c76bdb..0735dcc948c 100644
--- a/docs/content/Theming/04_multiple_themes.md
+++ b/docs/content/Theming/04_multiple_themes.md
@@ -4,7 +4,7 @@
In most applications, declaring multiple themes is **not** necessary. Instead,
you should configure the `default` theme for your needs. If you need multiple
-themes in a single application, Angular Material does provide tools
+themes in a single application, AngularJS Material does provide tools
to make this possible.
### Registering another theme
@@ -37,7 +37,7 @@ $mdThemingProvider.setDefaultTheme('altTheme');
#### Via a Directive
-Angular Material also exposes the `md-theme` directive which will set the theme
+AngularJS Material also exposes the `md-theme` directive which will set the theme
on an element and all child elements.
In the following example, the application will use the `default` theme, while
diff --git a/docs/content/Theming/05_under_the_hood.md b/docs/content/Theming/05_under_the_hood.md
index 7546647577b..0bf8fd238ca 100644
--- a/docs/content/Theming/05_under_the_hood.md
+++ b/docs/content/Theming/05_under_the_hood.md
@@ -4,11 +4,11 @@
### Under the Hood
-Angular Material dynamically generates CSS for registered themes by injecting several
+AngularJS Material dynamically generates CSS for registered themes by injecting several
`