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
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.