We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 594e586 + cbe5c78 commit 1cb8a0aCopy full SHA for 1cb8a0a
views/dialogs/editattribdialog.tmpl.html
@@ -18,6 +18,11 @@ <h2>Editing {{locals.attrib.name}}</h2>
18
<div style="width: 800px auto; margin-left: 1em; display: inline-block; overflow-x: auto;">
19
<span style="font-size: 1em;">"*" = Required, "=" = Wildcard</span>
20
<pre>{{locals.api.exampleFromSchema(locals.attrib.schema) | json}}</pre>
21
+ <br>
22
+ <div ng-show="locals.attrib.schema.enum">
23
+ Enum:
24
+ <pre>{{locals.attrib.schema.enum | json}}</pre>
25
+ </div>
26
</div>
27
</md-dialog-content>
28
<md-dialog-actions>
0 commit comments