angular-post-message icon indicating copy to clipboard operation
angular-post-message copied to clipboard

Allow angularJS to listen and publish cross-document messages though window.postMessage API.

Results 2 angular-post-message issues
Sort by recently updated
recently updated
newest added

Support specify sender or use window.opener if exist And i can‘t run the unit test, so i update karma to 4.0.0 And i think multiple test spec shared use the...

Currently, the recipient window that is targeted by `$messageOutgoing` event is defined in a confusing way. It is either `window.parent` or event source of the message that has been received...