i trying create hover-tooltip using bootstrap ui. tooltip should visible when mouse hovered on button, tooltip has link should clickable. default popover , tooltip provided bootstrap ui, disappear when mouse comes out of it. have searched lot online, couldn't find solution. sites have given solution using jquery, requirement in angularjs. many sites cite have use $tooltipprovider, please tell me how write customevent 'mouseenter' , 'mouseleave' inside controller.
check link,
http://fiddle.jshell.net/wojtekkruszewski/zf3m7/22/light/
it has been achieved using jquery, write directive in angularjs. can integrate jquery plugin in angularjs app, @ site
https://amitgharat.wordpress.com/2013/02/03/an-approach-to-use-jquery-plugins-with-angularjs/
Comments
Post a Comment