File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2525 $scope . disableThemeSwitcher = $attrs . hasOwnProperty ( 'disableThemeSwitcher' ) ;
2626 $scope . disableTitle = $attrs . hasOwnProperty ( 'disableTitle' ) ;
2727 $scope . disableTryIt = $attrs . hasOwnProperty ( 'disableTryIt' ) ;
28+ $scope . disableDescription = $attrs . hasOwnProperty ( 'disableDescription' ) ;
2829 $scope . documentationCollapsed = $attrs . hasOwnProperty ( 'documentationCollapsed' ) ;
2930 $scope . proxy = $window . RAML . Settings . proxy ;
3031 $scope . readResourceTraits = readResourceTraits ;
Original file line number Diff line number Diff line change 66
77 < h1 ng-if ="!disableTitle " class ="raml-console-title "> {{raml.title}}</ h1 >
88
9+ < div ng-if ="!disableDescription " markdown ="raml.description "> </ div >
10+
911 < root-documentation > </ root-documentation >
1012
1113 < root-types types ="types " ng-if ="types "> </ root-types >
You can’t perform that action at this time.
0 commit comments