I am using the below code:
var msgbox = this.$dialog.messageBox( "confirmation box title", "confirmation box message"), [ { label: "OK", result: '1', cssClass: 'btn' }, { label: "Cancel", result: '0', cssClass: 'btn-primary' } ]); and for the label "OK" and label "Cancel". i need the tooltip basically the label is in the angular code and not in the html so i am not able to use ng-attr-tooltip attribute.