MK
Size: a a a
MK
MK
l
MK
$scope.$watchCollection(function () {
return pointsService.points;
},function (newVal) {
$scope.points = newVal;
console.log("watch my:",$scope.points);
window.KAImagesWithPoints.forEach(function (image) {
image.refresh();
})
});
MK
l
MK
MK
AF
AF
l
AF
AF
l
MK
MK
l
MK
AF