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
hover and active are both one-way bindings - they are events, so probably we can itegrate them to @events, we can add modifier "model" to declare that we use model instead of js expression.
In this case maybe another directive would be great (especially für mobile applications):
al-isvisible
When the visibility state of an element gets changed, it should toggle a boolean model variable.
I think it will be hard to implement, because there are no events which can be watched.
hover and active are both one-way bindings - they are events, so probably we can itegrate them to
@events
, we can add modifier "model" to declare that we use model instead of js expression.for "hover" we can use "mouseenter + mouseleave"
https://jsfiddle.net/lega911/x4ggb2ct/
The text was updated successfully, but these errors were encountered: