All Questions
8 questions
0votes
3answers
2kviews
How to show popup in AngularJS app using bootstrap
I need to show 4-5 popup in a view. As of now i am using bootstrap to show the popup. But my problem is that my html page became heavy, there is page's own content and 5 popup's content. I want to ...
0votes
1answer
890views
using turnjs inside angluarjs bootstrap modal
i have done a modal service based on dan wahlins blog in this model i tried to use turnjs flip book by wrapping it in a angularjs custom directive. the directive code look like follows. mod....
1vote
0answers
275views
Angular Bootstrap popover only works once
I have a popover which is working fine the first time I use it but then, it's like it needs to be $compile again. I'm stuck, I don't what I should do. After it worked properly the first time, then ...
0votes
1answer
1kviews
Angular UI $modal error
I have downloaded some of the angular UI directives, as i do not need them all. I have downloaded the latest file for modal from http://angular-ui.github.io/bootstrap/ and using this code App....
0votes
2answers
2kviews
Angular UI Bootstrap, how do i do typeahead on an array of objects in AngularJS?
http://plnkr.co/edit/VSA1gVEixxis7utvAoQr?p=preview I get that "state for state in states" works because it's just an array of Strings. I'd like to loop through an array of objects shown in $scope....
4votes
1answer
1kviews
Angular UI calendar rendering issue
I have an issue with the rendering of the angular UI calendar. My app has several views that we use to navigate in between using routes. The main page has the angular calendar and when we load the ...
1vote
2answers
881views
AngularJS's ngBindHtmlUnsafe blocks click events (or some weird thing)
I hope this is an easy one for someone, because it's driving me nuts. Experience the problem for yourself here: plnkr.co. I want to deliver some HTML from the controller to the view. Here's the ...
21votes
3answers
62kviews
How can I use Bootstrap Multiselect Dropdown in AngularJS
I want to use Bootstrap Multiselect Dropdown http://davidstutz.github.io/bootstrap-multiselect/ in AngularJS. I hear that it's necessary to move it to Directive. But I think it's quite complicated &...