I am not able to my device list in the SPA Custom Dashboard Page.
I am able to show point details list but for device details are not coming.
I am using below code for showing device details list.
<md-input-container>
<label>Choose a POD</label>
<ma-device-name-list ng-model="deviceName"></ma-device-name-list>
</md-input-container>
Please help...