Add prompt on launch and checkbox

This commit is contained in:
gconsidine
2017-06-09 17:39:40 -04:00
parent 2b01c24dce
commit 2bd11f948a
11 changed files with 102 additions and 12 deletions

View File

@@ -94,6 +94,8 @@ function AtInputGroupController ($scope, $compile) {
}
} else if (input.type === 'number') {
config._component = 'at-input-number';
} else if (input.type === 'boolean') {
config._component = 'at-input-checkbox';
} else if (input.choices) {
config._component = 'at-input-select';
config._format = 'array';