openmct/platform/commonUI/about/res/templates/about-dialog.html

13 lines
359 B
HTML
Raw Normal View History

<div ng-controller = "AboutController as about">
This is a placeholder for the about dialog.
<a ng-click="about.openLicenses()">Show licenses.</a>
<p ng-repeat = "version in about.versions()">
<span title="{{version.description}}">
<b>{{version.name}}</b>
<i>{{version.value}}</i>
</span>
</p>
</div>