angular-select-text icon indicating copy to clipboard operation
angular-select-text copied to clipboard

Allow selection of text in a descendant element

Open z0u opened this issue 9 years ago • 1 comments

This adds the ability to select a descendant, instead of selecting all text in the clicked element.

<div select-text>
  Clicking this div selects only the text in
  <span select-text-target>this span element</span>
</div>

Also updated some docs and added a unit test for the new behaviour.

z0u avatar Aug 28 '15 13:08 z0u

Removed dependency on jQuery. [...]

Ignore this: it's left over from a commit that I squashed.

z0u avatar Aug 28 '15 14:08 z0u