2016-11-17 41 views
0

你能否幫助我與用戶界面引導工具提示角度。在懸停按鈕細節時,我需要顯示一個表格。非常感謝幫助。謝謝。AngularJs:用戶界面引導工具提示

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> 

回答

1

準備文件,你的HTML結構,使用的UI提示的指令。它可以是這樣的。

<button uib-tooltip-template="'myTooltipTemplate.html'">Details</button> 
0

您還可以使用範圍變量和uib-tooltip-html上顯示工具提示表

樣品是HERE