目的就是为了获取 scope 上的一个属性 然而这个属性是在 service 里异步去取然后同步到 scope 上的 如果我把这个 getter 方法加到 html 里 为什么会重复执行多次?~
曾经蜡笔没有小新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