Answer the question
In order to leave comments, you need to log in
Why buttons are not used on tablets and mobile devices?
<div class="col">
<span class="name">{{localStorage.profile.info.name + ' ' + localStorage.profile.info.surname}}</span>
<span class="role r-expert">Специалист</span>
<button class="btn-primary btn-profile" ui-sref="profile({profileId: localStorage.profile.userId})" ng-if="role === 'r-expert'">Профиль</button>
</div>
Answer the question
In order to leave comments, you need to log in
Recently I came across a similar one, in general, all the links didn’t work for me on mobile devices.
The problem was in ng-click on the root element, I replaced it with my directive and it all worked
. I didn’t understand where the legs grew from
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question