Answer the question
In order to leave comments, you need to log in
Angular - how to create a trigger like in jquery (tutorial)?
have a skeleton
<ul>
<li ng-repeat="social in media"
ng-mouseover="showWeb=false"
ng-mouseleave="showWeb=true"
ng-click="clickToLink()">
<a href="{{social.link}}" class="sprite {{social.class}}">Мы в {{social.name}}</a>
<span class="showWeb" ng-hide="showWeb">{{social.name}}</span>
</li>
</ul>
Answer the question
In order to leave comments, you need to log in
Why do you need this behavior? If you need to follow a link, you can do it through the $location service, for example.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question