All Questions
5 questions
4
votes
1
answer
2k
views
Auto positioning of tooltip using AngularJS
I want to position my tooltip automatically, like if I am at the top of the browser scrollbar, and there is a link with the tooltip in the first line then the tooltip must be displayed at the ...
0
votes
1
answer
686
views
How to hide a div in Menu Collapse
I finally got the collapse menu working for the Bootstrap Angular UI. However I still couldn't figure out how to hide the div for the "hide-mobile" class and show the "show-mobile" class in the mobile ...
0
votes
2
answers
2k
views
AngularJS 1.2.0 Bootstrap UI 0.6.0 (bootstrap3_bis2) Typeahead
I'm trying to pass a promise to the Angular Bootstrap Typeahead, but I'm getting always the fallowing error:
TypeError: Cannot read property 'length' of undefined
Factory:
angular.module('app')....
4
votes
1
answer
693
views
Keeping a AngularJS bootstrap popover visible as element updates
I'm using an AngularJS bootstrap popover on an element using popover-trigger='mouseenter'. The element updates using angularFire, and after an update, the popover disappears until I move my mouse (...
45
votes
8
answers
93k
views
How do I create an AngularJS UI bootstrap popover with HTML content?
I want to create a bootstrap popover with a pre tag containing a prettified JSON object. The naive implementation,
<span popover='<pre>{[ some_obj | json:" " ]}</pre>'
popover-...