-
+
-
+
-
+
-
+
{{input.value.length}} / 100
-
+
@@ -161,14 +161,14 @@ Textarea
-
+
{{hintLabelWithCharCount.value.length}}
Check to change the divider color:
-
+
@@ -182,23 +182,23 @@
Textarea
Check to make floating label:
-
+
-
+
Example:
-
+
.00 €
Both:
-
+
email
@@ -252,8 +252,8 @@ Textarea
Forms
-
-
+
+
@@ -263,7 +263,7 @@ Textarea
-
diff --git a/src/demo-app/ripple/ripple-demo.html b/src/demo-app/ripple/ripple-demo.html
index dc156317bb0b..5c9cf2bd8004 100644
--- a/src/demo-app/ripple/ripple-demo.html
+++ b/src/demo-app/ripple/ripple-demo.html
@@ -28,13 +28,13 @@
-
+
-
+
-
diff --git a/src/demo-app/snack-bar/snack-bar-demo.html b/src/demo-app/snack-bar/snack-bar-demo.html
index bbfefec80e4c..de6ed632bfdb 100644
--- a/src/demo-app/snack-bar/snack-bar-demo.html
+++ b/src/demo-app/snack-bar/snack-bar-demo.html
@@ -1,7 +1,7 @@
SnackBar demo
- Message:
+ Message:
diff --git a/src/demo-app/tabs/tabs-demo.html b/src/demo-app/tabs/tabs-demo.html
index 26f9455ab1a1..d2e8c16dea1f 100644
--- a/src/demo-app/tabs/tabs-demo.html
+++ b/src/demo-app/tabs/tabs-demo.html
@@ -126,7 +126,7 @@ Tab Group Demo - Dynamic Height
-
+
@@ -170,7 +170,7 @@ Tab Group Demo - Fixed Height
-
+
@@ -195,7 +195,7 @@ Async Tabs
-
+
diff --git a/src/demo-app/tooltip/tooltip-demo.html b/src/demo-app/tooltip/tooltip-demo.html
index 5266f2eaeb3c..2951e4421f3e 100644
--- a/src/demo-app/tooltip/tooltip-demo.html
+++ b/src/demo-app/tooltip/tooltip-demo.html
@@ -26,7 +26,7 @@ Tooltip Demo
Message:
-
+
diff --git a/src/lib/input/README.md b/src/lib/input/README.md
index 5d0787efe35f..95a5be865ee3 100644
--- a/src/lib/input/README.md
+++ b/src/lib/input/README.md
@@ -6,19 +6,19 @@ used instead.**
Inputs are the basic input component of Material 2. 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 `md-input` directive.
+`md-input-container` must be marked with the `mdInput` directive.
Simple `input` example:
```html
-
+
```
Simple `textarea` example:
```html
-
+
```
@@ -73,7 +73,7 @@ To add a prefix, use the `md-prefix` attribute on the element. Similarly, to add
```html
-
+
$
.00
@@ -94,7 +94,7 @@ Specifying a side twice will result in an exception during initialization.
For example, a simple character counter can be made like the following:
```html
-
-
+
-
+
-
+
```
@@ -133,36 +133,36 @@ You can make a full form using inputs, and they will support autofill natively.
```html