Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Angular 1.5 dependency #56

Open
IvanStoilov opened this issue Mar 8, 2017 · 3 comments
Open

Angular 1.5 dependency #56

IvanStoilov opened this issue Mar 8, 2017 · 3 comments

Comments

@IvanStoilov
Copy link

Does the directive work with angularjs version 1.5? I can see in bower.json that it requires angularjs ~1.4.0 which would only resolve to 1.4.x. If the library supports 1.5 then bower.json should mention >=1.4.0.

I have troubles installing the directive if angular 1.5 is added as a dependency in my bower.json because the correct version of angular cannot be resolved (my app wants 1.5 and webcam-directive needs 1.4).

@paulohinkel
Copy link

Tive o mesmo problema.. Está dando o seguinte erro:
Error: [$compile:nonassign] Expression 'undefined' in attribute 'channel' used with directive 'webcam' is non-assignable!

@louiepiol
Copy link

+1

@nickknight
Copy link

nickknight commented Jul 14, 2017

The directive is looking for the channel scope. If you add channel="channel" to the webcam element then it fixes the error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants