Skip to content

Commit ddee3f3

Browse files
committed
0.0.7
1 parent e97bfff commit ddee3f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ angular
2424
'material.components.keyboard'
2525
]);
2626
```
27-
* use as directive
27+
* use as attribute directive on `input`, `textarea` and `md-autocomplete`
2828
```html
2929
<form name="myForm">
3030
<md-input-container>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@
5858
"test": "echo \"Error: no test specified\" && exit 1",
5959
"build": "gulp build"
6060
},
61-
"version": "0.0.6"
61+
"version": "0.0.7"
6262
}

0 commit comments

Comments
 (0)