Skip to content

Commit 71ca1f4

Browse files
author
Hadrien Kohl
committed
Commit dist files
1 parent a46ea4f commit 71ca1f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist/scripts/api-console.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,6 +1235,7 @@
12351235
$scope.disableThemeSwitcher = $attrs.hasOwnProperty('disableThemeSwitcher');
12361236
$scope.disableTitle = $attrs.hasOwnProperty('disableTitle');
12371237
$scope.disableTryIt = $attrs.hasOwnProperty('disableTryIt');
1238+
$scope.disableDescription = $attrs.hasOwnProperty('disableDescription');
12381239
$scope.documentationCollapsed = $attrs.hasOwnProperty('documentationCollapsed');
12391240
$scope.proxy = $window.RAML.Settings.proxy;
12401241
$scope.readResourceTraits = readResourceTraits;
@@ -7152,6 +7153,8 @@ angular.module('ramlConsoleApp').run(['$templateCache', function($templateCache)
71527153
"\n" +
71537154
" <h1 ng-if=\"!disableTitle\" class=\"raml-console-title\">{{raml.title}}</h1>\n" +
71547155
"\n" +
7156+
" <div ng-if=\"!disableDescription\" markdown=\"raml.description\"></div>\n" +
7157+
"\n" +
71557158
" <root-documentation></root-documentation>\n" +
71567159
"\n" +
71577160
" <root-types types=\"types\" ng-if=\"types\"></root-types>\n" +

0 commit comments

Comments
 (0)