search

Home  >  Q&A  >  body text

angular.js - 这样一个 getter 在 controller 里该如何定义

目的就是为了获取 scope 上的一个属性 然而这个属性是在 service 里异步去取然后同步到 scope 上的 如果我把这个 getter 方法加到 html 里 为什么会重复执行多次?~

仅有的幸福仅有的幸福2744 days ago689

reply all(1)I'll reply

  • 曾经蜡笔没有小新

    曾经蜡笔没有小新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

    reply
    0
  • Cancelreply