Update models and components for dynamic input list component

This commit is contained in:
gconsidine
2017-05-15 15:22:01 -04:00
parent 15b05e9093
commit 94bb533ac7
17 changed files with 95 additions and 67 deletions

View File

@@ -2,7 +2,8 @@
<div class="form-group at-u-flat">
<at-input-label config="config"></at-input-label>
<input type="text" class="form-control at-Input" ng-model="config.state.value"
ng-attr-autofocus="{{tab == 1 || undefined }}"
ng-attr-autofocus="{{ tab == 1 || undefined }}"
ng-attr-maxlength="{{ config.options.max_length || undefined }}"
tabindex="{{::tab}}" placeholder="{{::config.placeholder}}"
ng-change="vm.check()" ng-disabled="form.disabled" />
</div>