After obtaining the data, there must always be a $scope.$apply(); What does this code mean?
某草草2017-05-15 17:13:22
Call $apply to get your binding updates.
Look at the official wiki: https://github.com/angular/an...$scope.$apply()
Note: After clicking the url, paste the one left behind