mirror of
https://github.com/nasa/openmct.git
synced 2025-01-24 05:18:06 +00:00
150787b25f
Add initial implementations of controllers to support showing the About dialog on logo click, WTD-667.
5 lines
137 B
HTML
5 lines
137 B
HTML
<span ng-controller="LogoController as logo">
|
|
<mct-include ng-click="show-about-dialog" key="'app-logo'">
|
|
</mct-include>
|
|
</span>
|