0
votes
1answer
21 views

AngularJS UI Bootstrap Carousel go to slide?

I'm new to this AngularJS thing, and I want to create a carousel with Angular UI Bootstrap. Is it possible to go to a specific slide by clicking an button? http://plnkr.co/edit/X0Mr1sPUr5Je0tfkzgjy ...
0
votes
1answer
46 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
40 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 ...
0
votes
0answers
24 views

How to improve plnkr includes Angular UI Router and Angular UI Bootsrap Carousel [closed]

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
38 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
68 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
35 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
34 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
45 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
63 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
44 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
24 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 ...
0
votes
0answers
33 views

AngularJS objects from web service

I have a model defined on the client. module Shared{ export class HotelType{ ID : number; Description : string; } export class Hotel{ ID : number; Type : ...

1 2 3 4 5 6
15 30 50 per page