You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.
I found these issues comes because you add directives : ngKeydown, ngKeyup, ... into <tagger/> by hand. The issues are: run callback functions twice for keydown, keyup, ... events
Those directives have been done by angular 1.3 (I only touch 1.3+, I'm not sure with former versions)
I found these issues comes because you add
directive
s :ngKeydown
,ngKeyup
, ... into<tagger/>
by hand. The issues are: run callback functions twice forkeydown
,keyup
, ... eventsThose directives have been done by angular 1.3 (I only touch 1.3+, I'm not sure with former versions)
Solution: check version before adding (line 6)
The text was updated successfully, but these errors were encountered: