Skip to content

Commit

Permalink
Add default value to external docs decription
Browse files Browse the repository at this point in the history
  • Loading branch information
saharj committed Aug 18, 2016
1 parent 62b7a66 commit 0b67c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/operation.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h4>Description</h4>

<section class="external-docs" ng-if="operation.externalDocs">
<h4>External Documentation</h4>
<a href="{{operation.externalDocs.url}}" marked="operation.externalDocs.description"></a>
<a href="{{operation.externalDocs.url}}" marked="operation.externalDocs.description||External Documentation"></a>
</section>

<section class="parameters" ng-if="getParameters().length">
Expand Down

0 comments on commit 0b67c1e

Please sign in to comment.