The purpose is to get an attribute on the scope. However, this attribute is fetched asynchronously in the service and then synchronized to the scope. If I add this getter method to html, why will it be executed multiple times?~
曾经蜡笔没有小新2017-05-15 17:14:09
Run the getter method in the callback after the request is completed, and put it after the data is synchronized to the scope