Confirmation button
This button shows a tooltip on hover with a description that can be passed into the component. Also has a method to bind the behaviour on click and button text to show in the button.
- HTML
<div class="t-content" ng-controller="ConfirmationButtonExampleController as controller"> <confirmation-button button-text="controller.buttontext" confirmation-message="controller.confirmationMessage" on-confirmation="controller.onConfirmation()"> </confirmation-button> </div>