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

Angular.js directive for selecting text content on click.

Results 6 angular-select-text issues
Sort by recently updated
recently updated
newest added

I want to show custom menu on selecting text by user, also I need that selected text in my component. Is it possible with this code script?

This adds the ability to select a descendant, instead of selecting all text in the clicked element. ``` html Clicking this div selects only the text in this span element...

Changes for IE11 support, and strict dependency injection for minimization support

Right now any click or click and drag (selection) will cause the entire elements text to be selected. It would be really nice to ignore click events that are part...

enhancement

Right now this method isn't returning the text that was selected and is dependent on mozilla/webkit browsers.