Odd when changing dashboards with HabPanel?

Hi All,

Ive got numerous dashboards that work fine with my Switch item, menu_page. I created a new dashboard and it fails to change, I can see the status updates in the console.

Here is the code, that works on all dashboards except one, Temp & Power.

<div class="section">
	<div class="controls">
    <div class="widget.wide">
	<div class="controlGroup">
        <div class="control" ng-class="{true: 'off'}[itemValue('MENU_page')=='System']" ng-click="sendCmd('MENU_page', 'System')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/squidink.svg#controal-4"></use></svg></div>
<div class="control" ng-class="{true: 'off'}[itemValue('MENU_page')=='Lights']" ng-click="sendCmd('MENU_page', 'Lights')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/matrixicons.svg#light_bulb"></use></svg></div>
				<div class="control" ng-class="{true: 'off'}[itemValue('MENU_page')=='Entertainment']" ng-click="sendCmd('MENU_page', 'Entertainment')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/squidink.svg#box"></use></svg></div>
        <div class="control" ng-class="{true: 'off'}[itemValue('MENU_page')=='Comfort']" ng-click="sendCmd('MENU_page', 'Comfort')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/squidink.svg#thermometer-3"></use></svg></div>
        <div class="control" ng-class="{true: 'off'}[itemValue('MENU_page')=='Gate & Garage']" ng-click="sendCmd('MENU_page', 'Gate & Garage')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/squidink.svg#window"></use></svg></div>
			  <div class="control" ng-class="{true: 'off'}[itemValue('MENU_page')=='Temp & Power']" ng-click="sendCmd('MENU_page', 'Temp & Power')"><svg viewBox="0 0 80 80"><use xlink:href="/static/matrix-theme/squidink.svg#thunder-1"></use></svg></div>	
        </div>		
				</div>
   	</div>
    </div>

Any thoughts? I suspect its the dashboard setup but its all set the same.