How do I get a webcam working with AngularJS?
问题 Previously I've put working webcam code into my application , but now it's not working when I updated to AngularJS v1.5.0. I am using webcam-directive which was working perfectly with v1.3.0. Here is my code: <webcam placeholder="selfiePlaceHolder" on-stream="onStream(stream)" on-access-denied="onError(err)" on-streaming="onSuccess(video)"> </webcam> But now it's giving following error with AngularJS v1.5.0: Uncaught Error: [$parse:isecdom] Referencing DOM nodes in Angular expressions is