Work on getting extra vars popout working on inv form

This commit is contained in:
mabashian
2019-03-15 16:14:55 -04:00
committed by Keith Grant
parent 43ef4183df
commit bed63b3690
6 changed files with 51 additions and 61 deletions

View File

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