How can the data obtained by my get request be assigned to the value of the element when angular first enters the page?

I used to use vue, all the time, and now a project requires angular to implement, angular v 1.5
how can the data obtained by my get request be assigned to the value of the element when angular first enters the page?

I can get the data now

clipboard.png

clipboard.png

my corresponding id name gives the value

there is no problem with the method that the PC side is Vue, but not when it comes to angular. It should be that I did not trigger the dirty check of the page with the new angular.
but I don"t know how to use the dirty examination. Please give me some advice.

Mar.05,2021
Shouldn't I use ng-repeat in the

$.each block? I remember angular's dirty check just $scope.$digest (). And then what the heck is your this.id?
then $scope.$digest () does not pass parameters, $scope.$apply (fn) can.

Menu