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

Not all dependensies mentioned #3

Open
a-t opened this issue Feb 4, 2019 · 0 comments
Open

Not all dependensies mentioned #3

a-t opened this issue Feb 4, 2019 · 0 comments

Comments

@a-t
Copy link

a-t commented Feb 4, 2019

It's stated that there're no any dependencies other than Angular (actually, AngularJS), but this is not quite right. jQuery is a dependency too as there are some methods used which aren't present within the AngularJS's angular.element() feature.

E. g., offset() and position(). These methods are only present if jQuery is available. Otherwise angular.element() is delegated to the AngularJS's "jQuery lite" or jqLite, which is not a full copy of jQuery's interface and doesn't include the mentioned above methods.

@a-t a-t changed the title No all dependensies mentioned Not all dependensies mentioned Feb 4, 2019
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

1 participant