Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

What about offset() method in jqLite? #3644

Closed
@allaud

Description

@allaud

One thing I need in built in jQuery is offset function with same result:

angular.element(elem).offset() == {
  width: 100,
  height: 100,
  top: 23,
  left: 400
}

Now we have to use our own service for calculating element offset, but it would be great to have it inside of Angular. Any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions