Closed
Description
Steps to reproduce
- assign any notification action to '.onEnd' attribute
- move and stop slider many times
- notice that now single move-stop event fire many notifications (as many notifications as many moves have been proceeded)
Expected behaviour
Single move-stop event should call only one '.onEnd' directive
Actual behaviour
Single move-stop event calls '.onEnd' as many times as many moves have been proceeded from page has been loaded.