You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
a-t
changed the title
No all dependensies mentioned
Not all dependensies mentioned
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()
andposition()
. These methods are only present if jQuery is available. Otherwiseangular.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.The text was updated successfully, but these errors were encountered: