Add functional popover directive

This commit is contained in:
gconsidine
2017-05-08 16:26:01 -04:00
parent b8d87028c9
commit 255665b98e
9 changed files with 118 additions and 32 deletions

View File

@@ -5,7 +5,9 @@ function AddCredentialsController (credentialType) {
label: {
text: 'Name',
required: true,
popover: {}
popover: {
text: 'a, b, c'
}
}
};
@@ -23,7 +25,9 @@ function AddCredentialsController (credentialType) {
label: {
text: 'Type',
required: true,
popover: {}
popover: {
text: 'x, y, z'
}
},
placeholder: 'Select a Type',
text: 'kind',