openmct/platform/commonUI/general/res/templates/bottombar.html
Victor Woeltjen 1a50f50310 [Indicators] Support template override
Allow indicators to include their own custom templates.
WTD-608.
2014-12-16 13:23:20 -08:00

9 lines
391 B
HTML

<div class='abs bottom-bar ue-bottom-bar' ng-controller="BottomBarController as bar">
<div id='status' class='status-holder abs'>
<mct-include ng-repeat="indicator in bar.getIndicators()"
ng-model="indicator.ngModel"
key="indicator.template">
</mct-include>
</div>
<!--mct-include key="'app-logo'"></mct-include-->
</div>