angularjs - $resouce response data is not updated on html -
i not amount updated on ui, when network, able see response value. there wrong code, not familiar $resource , new angularjs. <ion-view title="hsf" id="page4"> <ion-content overflow-scroll="true" padding="true" class="has-header"> <h3 id="hsf-heading5" style="color:#000000;text-align:center;">summary</h3> <ion-scroll> <ul class="list" data-ng-repeat="mth in monthlist()"> <li class="item item-positive" ng-click=""> {{mth.label}} <span style="float: right;">total: ${{mth.amount}}</span> </li> </ul> </ion-scroll> </ion-content> </ion-view> .factory('restservice',['$resource', function($r...