AngularJS : service $broadcast and $watch not triggering on receiving controller

后端 未结 4 1987
感动是毒
感动是毒 2021-02-02 10:19

AngularJS noob here, on my path to the Angular Enlightenment :)

Here\'s the situation:

I have implemented a service \'AudioPlayer\' inside my module \'app\' and

4条回答
  •  醉话见心
    2021-02-02 10:36

    Tried everything, it worked for me with $rootScope.$applyAsync(function() {});

提交回复
热议问题