A set of AngularJS directives based on Twitter Bootstrap's markup and CSS
0
votes
1answer
30 views
How do you iterate over an array of objects for typeahead?
http://angular-ui.github.io/bootstrap/
I want to use the bootstrap's typeahead, and search two different key-pairs in an object. How do I iterate over an array objects?
Also could someone explain ...
0
votes
1answer
34 views
How to implement a loading dialog whilst dealing with $http request
I am currently writing an AngularJS webapp using parts of Angular-ui - notably UI-Bootstrap
I would like to be able to display a loading dialog while the app gets its data. On initial load I also ...
1
vote
1answer
28 views
Angular-ui/bootstrap: pagination not rendered (missing styles?)
I'm new to angular-ui and playing with it. I'm trying to use the pagination directive (http://angular-ui.github.io/bootstrap/#/pagination), but it seems I'm missing some styles as I just see the ...
0
votes
1answer
17 views
Change the paginator links with the angular-ui bootstrap carousel?
I'm using angular-ui bootstrap carousel and would like to change the right and left navigation links with images. It seems that within the tpl they are hardcoded with ‹ and ›
Does ...
0
votes
0answers
22 views
How to improve plnkr includes Angular UI Router and Angular UI Bootsrap Carousel [on hold]
http://plnkr.co/edit/uOW7tUQ2D5P22pBgLyoK extends Ben Schartz's fiddle on Angular UI Router, and loads a partial html containing the Angular UI Bootstrap Carousel demo. Apart from too many includes, ...
0
votes
0answers
37 views
Angular-UI Bootstrap - Collapse - what event is triggered when the collapse animation is completed both for showing and hiding?
So I am trying to execute a function that needs to wait for the animation on the angular-ui bootstrap collapse function to finish. I cannot seem to find what that event would be for the angular-ui ...
1
vote
1answer
29 views
checkbox in angular-ui tab's header
I am using AngularUI's bootstrap library 0.4.0. I want to make a tabset that has checkable header, Plunker demo. However, as you can see, I cannot check the checkbox at all. Any suggestion will be ...
0
votes
1answer
59 views
How to create an Angular UI Bootstrap Accordion Group with no body?
I'm quite happy with the Angular UI Bootstrap Accordion, but I encountered a problem when creating a Accordion Group with no body. The Accordion will always create an empty body and I couldn't find a ...
0
votes
1answer
32 views
UI-bootstrap typeahead does not resolve promise
Problem description
Hi, I have a problem with UI-Bootstrap's typeahead, there is standard example on the homepage that demonstrates typeahead usage:
...
0
votes
1answer
31 views
UI Bootstrap's typeahead refuses to iterate through object
According to docs found on official ui-bootstrap, typeahead directive "uses the same, flexible syntax as the select directive"
But unfortunatelly it seems that typeahead directive refuses to iterate ...
0
votes
0answers
43 views
AngularUI DatePicker
I am trying to use AngularUI Bootstrap DatePicker (http://angular-ui.github.io/bootstrap/) on my form, and everything is working fine, but when I click on the Next or Previous month buttons, it posts ...
0
votes
1answer
53 views
AngularJS BooutstrapUI Typeahead with object & selection functionality
I'm trying to implement a typeahead in Angular using http://angular-ui.github.io/bootstrap/, where the typeahead field displays full addresses but once clicked another field is populated with just the ...
0
votes
1answer
43 views
AngularJS BootstrapUI Typeahead - whats $viewValue?
I'm trying to implement a typeahead in Angular using http://angular-ui.github.io/bootstrap/
Seems like it should be easy, but I'm getting the following error:
Global symbol "$viewValue" requires ...
0
votes
1answer
44 views
Tooltip misplaced inside ng-repeat
The following shows the tooltip text in the right place:
%a{:href => "http://google.com/"}
%span{:tooltip => "TEST"}
= "test"
The following shows the tooltip half a screen below ...
0
votes
0answers
22 views
Modifying an accordion to behave like a table
For 4 hours I have been trying to modify the accordion template to look and feel like a table row. Essentially, I want to have a table where each row element is an accordion group that when clicked on ...