mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
6 lines
283 B
HTML
Executable File
6 lines
283 B
HTML
Executable File
<h2 ng-bind="title | translate"></h2>
|
|
<div ng-if="description" ng-bind="description | translate"></div>
|
|
<div>
|
|
<textarea class="cb json" ng-click="onTextClick($event)" ng-bind="export"></textarea>
|
|
</div>
|
|
<button class="r dismiss cap" ng-click="dismiss()" translate="close"></button> |