The data binding of angularjs is very easy to use. The company wants to develop SDK. Due to history, angular needs to be combined with ajax. However, after ajax, angularjs does not refresh the page data when data is assigned, but the data appears again after clicking. I know why,
黄舟2017-05-15 16:54:25
Get the data to $scope.xxx
之后 $scope.$digest
Give it a try, I have also encountered such a thing.