Could you please help me with the ui bootstrap tooltip in angular. On hovering over button details I need to show a table. Greatly appreciate the help. Thanks.
HTML:
var myApp = angular.module('myApp', ['pinnacaServices','ngMaterial', 'ui.router', 'ncy-angular-breadcrumb', 'md.data.table', 'anim-in-out','ngCookies', 'ngAnimate', 'ui.bootstrap']); <td md-cell > <button >Details</button> </td>