I want to show the tooltip to the "Ok" and "Cancel" button of the confirmation message box provided by angular bootstrap: https://github.com/thierryc/bootstrap-ui-angularjs/tree/master/src/dialog 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.
-- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
