Prototype OAuth3 Web App
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

9 lines
444 B

<div class="referrer-modal {{ vm.hideReferrerNotification }}">
<div class="referrer-pop-up">
<h4>{{ vm.referrerAlert.title }}</h4>
<p>{{ vm.referrerAlert.msg }}</p>
<a class="btn btn-danger close-referrer-pop-up" ng-click="vm.closeReferrerModal()">Close</a>
<a class="btn btn-default" ng-click="vm.closeReferrerModal()">Maybe later</a>
<a class="btn btn-success" ng-click="vm.sendToShares()">Do it now</a>
</div>
</div>