mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
5 lines
241 B
HTML
5 lines
241 B
HTML
<a ng-show="user.profile_attributes[network]" ng-href="{{user.profile_attributes[network]}}" target="_blank">
|
|
<img ng-src="{{image}}" alt="{{altText}}" class="fa-img" ng-show="image"/>
|
|
<i class="fa {{faClass}}" ng-hide="image"></i>
|
|
</a>
|