We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97bfff commit ddee3f3Copy full SHA for ddee3f3
README.md
@@ -24,7 +24,7 @@ angular
24
'material.components.keyboard'
25
]);
26
```
27
-* use as directive
+* use as attribute directive on `input`, `textarea` and `md-autocomplete`
28
```html
29
<form name="myForm">
30
<md-input-container>
package.json
@@ -58,5 +58,5 @@
58
"test": "echo \"Error: no test specified\" && exit 1",
59
"build": "gulp build"
60
},
61
- "version": "0.0.6"
+ "version": "0.0.7"
62
}
0 commit comments