[Forms] Allow textfield size to be specified

Allow specification of size per-textfield from toolbar
structure definitions; WTD-684.
This commit is contained in:
Victor Woeltjen 2015-01-15 15:10:57 -08:00
parent fa9df65ddf
commit 4b51c37067

View File

@ -4,6 +4,7 @@
ng-required="ngRequired"
ng-model="ngModel[field]"
ng-pattern="ngPattern"
size="{{structure.size}}"
name="mctControl">
</span>
</span>