Answer the question
In order to leave comments, you need to log in
How to bind an angular service to an external asynchronous module?
There is an angular application and a separate module, suppose a video player flash library
FlashVideo.onTimeChange = function(currentTime){ /* doSomething */ }
Answer the question
In order to leave comments, you need to log in
use $watch on $rootScope
Do you need to update something in the application every time you call this function?
Is it possible to call digest not with every call, but for example once a second?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question