mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-06 21:10:33 +03:00
no sample message removed for falsy objects
This commit is contained in:
parent
f7958644cb
commit
9523f77f1c
|
@ -1,5 +1,5 @@
|
|||
<div class="snippet">
|
||||
<!-- in case sample is not available for some reason -->
|
||||
<pre *ng-if="!data.sample"> Sample unavailable </pre>
|
||||
<pre *ng-if="data.sample == null"> Sample unavailable </pre>
|
||||
<pre>{{data.sample | json}}</pre>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user