angular-ui-notification icon indicating copy to clipboard operation
angular-ui-notification copied to clipboard

Use $interval for scheduled finishable tasks instead of $timeout

Open jlast opened this issue 8 years ago • 0 comments

Protractor tests will have issues with $timeout. They wait for the ui-message to hide again which can cause timeouts on the function. Replacing the $timeout with a scheduled $interval (with count 1) you can surpass this.

jlast avatar May 10 '16 13:05 jlast