add use code-mirror directive for host variables; fix multiple code-mirrors on page at once

This commit is contained in:
Keith Grant
2019-03-18 11:48:21 -04:00
parent bed63b3690
commit 5d3e39beac
9 changed files with 55 additions and 46 deletions

View File

@@ -1370,7 +1370,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
html += `class="${field.class}" `;
html += `label="${field.label}" `;
html += `tooltip="${field.awPopOver}" `;
html += `name="${field.root}" `;
html += `name="${fld}" `;
html += `variables="${field.variables}" `;
html += '></at-code-mirror>';
}