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

IE11 Support

Open MFalbo opened this issue 10 years ago • 2 comments

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

MFalbo avatar Jan 29 '15 15:01 MFalbo

@MFalbo we have addressed strict dependency injection in #4. Can you rebase against latest master and change this PR so that it is only addressing IE11?

Also, more explanation about what APIs need to be used to support IE11 would be super helpful!

ksheedlo avatar Apr 29 '15 00:04 ksheedlo

Rebased and fixed indentation issue. This code should work with current and older versions of IE as well as other modern broswers. 'Selection' lost support with IE11 (https://msdn.microsoft.com/library/ms535869(v=vs.85).aspx)

MFalbo avatar Apr 30 '15 15:04 MFalbo