Cleanup to users' state tree

In order to add additional route flexibility for the users-tokens states

Removes unnecessary ui-view from form-generator

Adjust nested ui-view target

found during PR feedback
This commit is contained in:
Jared Tabor
2018-07-09 22:11:23 -07:00
parent a30e2f93a6
commit 1b67755358
9 changed files with 146 additions and 73 deletions

View File

@@ -167,7 +167,6 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
wrapPanel(html, ignorePanel){
if(ignorePanel) {
return `
<div ui-view="preFormView"></div>
<div>
${html}
<div ui-view="related"></div>
@@ -176,7 +175,6 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
}
else {
return `
<div ui-view="preFormView"></div>
${MessageBar(this.form)}
<div class="Panel">
${html}