<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>