-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Conversation
Can you try to avoid committing whitespace changes if possible? It makes the pull request a lot bigger than it has to be. Thank you! |
@marcysutton I reverted the changes on the white spaces and replaced the commit. |
Is there any chance to merge it? |
dbdac95
to
a9b269d
Compare
I've rebased my branch with the latest master. |
@EnoF - more than likely, these changes will not be merged into the 0.6.0 release. Several other issues have been submitted regarding |
Thanks for the update. I'll just regularly rebase it to avoid a merge party in the end :) |
@EnoF - Excellent. We will notify you when ready to merge. Thank you for your contribution(s). |
CLAs look good, thanks! |
Is there any chance to merge it soon? |
``` <md-text-float rows="4" cols="50" type="textarea" label="{{labels.intro}}" ng-model="user.intro"> ```
Is there a chance that the 0.7.0 release will embed this feature? |
Textarea added via 60fcd6f |
Added a new option to mdTextFloat to accept a new type
textarea
. This will create an mdTextInput with antextarea
rather than aninput
.Example:
Follup up from: #534