form generator: add ng-disabled support to code mirror fields

This commit is contained in:
Keith Grant 2019-03-19 11:52:31 -04:00
parent 2ee6713050
commit 5583af2a58

View File

@ -1372,6 +1372,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
html += `tooltip="${field.awPopOver}" `;
html += `name="${fld}" `;
html += `variables="${field.variables}" `;
html += `ng-disabled="${field.ngDisabled}" `
html += '></at-code-mirror>';
}