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