AngularJS ngcontroller to be reloading data periodically

后端 未结 8 1815
自闭症患者
自闭症患者 2020-12-14 02:17

I have this working implementation af a angularJS app which fetches some links from an URL and paint them. However the links on the URL are being updated constantly, I woul

8条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-14 02:40

    You can try the implementation of promises/deferred using $q provider.

    https://docs.angularjs.org/api/ng/service/$q

提交回复
热议问题