<md-button class="{{ $ctrl.p3xrClasses }}">
<md-icon ng-if="$ctrl.p3xrMdIcon !== undefined">{{ $ctrl.p3xrMdIcon }}</md-icon>
<i ng-if="$ctrl.p3xrFaIcon !== undefined" class="{{ $ctrl.p3xrFaIcon }}"></i>
<span hide-xs>{{ $ctrl.p3xrLabel }}</span>
<md-tooltip ng-if="$root.$mdMedia('xs')" md-direction="{{ $ctrl.p3xrTooltipDirection || 'bottom' }}">{{ $ctrl.p3xrLabel }}</md-tooltip>
</md-button>