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

@@ -21,6 +21,7 @@ function AtInputTextController () {
scope.config.state = scope.config.state || {};
state = scope.config.state;
state.required = scope.config.options.required;
if (scope.tab === '1') {
input.focus();