ionic-toast icon indicating copy to clipboard operation
ionic-toast copied to clipboard

$timeout should be "cancel" before create a new $timeout

Open sonicwong opened this issue 8 years ago • 0 comments

Just add line: $timeout.cancel(toastTimer); before this line: toastTimer = $timeout(function () {...}

sonicwong avatar Aug 11 '16 06:08 sonicwong