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