Add working dynamic component insertion

This commit is contained in:
gconsidine
2017-05-16 17:00:49 -04:00
parent 17f6148c8d
commit 8b91b16bea
11 changed files with 144 additions and 85 deletions

View File

@@ -23,10 +23,6 @@ function AtInputTextController () {
state = scope.config.state;
state.required = scope.config.options.required;
if (scope.tab === '1') {
input.focus();
}
state.isValid = state.isValid || false;
state.message = state.message || '';
state.required = state.required || false;