Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ihor Kaharlichenko
swagger-ui-oms
Commits
bc932401
Commit
bc932401
authored
Sep 05, 2013
by
Tony Tam
Browse files
fixed merge issue
parent
99936758
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
dist/swagger-ui.js
View file @
bc932401
...
...
@@ -655,7 +655,7 @@ function program13(depth0,data) {
function
program14
(
depth0
,
data
)
{
var
buffer
=
""
,
stack1
;
buffer
+=
"
\n
<option value='
"
;
buffer
+=
"
\n
<option
selected=
\"\"
value='
"
;
if
(
stack1
=
helpers
.
value
)
{
stack1
=
stack1
.
call
(
depth0
,
{
hash
:{},
data
:
data
});
}
else
{
stack1
=
depth0
.
value
;
stack1
=
typeof
stack1
===
functionType
?
stack1
.
apply
(
depth0
)
:
stack1
;
}
buffer
+=
escapeExpression
(
stack1
)
...
...
dist/swagger-ui.min.js
View file @
bc932401
This diff is collapsed.
Click to expand it.
src/main/template/param_list.handlebars
View file @
bc932401
...
...
@@ -13,7 +13,7 @@
{{/if}}
{{#
each
allowableValues
.
descriptiveValues
}}
{{#if
isDefault
}}
<option
value=
'
{{
value
}}
'
>
{{
value
}}
(default)
</option>
<option
selected=
""
value=
'
{{
value
}}
'
>
{{
value
}}
(default)
</option>
{{else}}
<option
value=
'
{{
value
}}
'
>
{{
value
}}
</option>
{{/if}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment