<div class="bottom-right bottom-timer time botton10">
<div class="work-clock" ng-bind="workCntrl.getClockString(work)">
</div>
</div>
getClockString(work) gives error :
[$rootScope:infdig] 10 $digest() iterations reached. Aborting! Watchers fired in the last 5 iterations: [[{"msg":"workCntrl.getClockString(work)","newVal":"132:0:15:6","oldVal":"132:0:15:5"},
getClockStringfunction is doing? - Aleksey Soloveyng-init="clockString=workCntrl.getClockString(work)"and then useng-bind="clockString"- Aleksey Solovey