Angular module with Bootstrap components written in pure AngularJS by the AngularUI Team
Questions tagged [ui.bootstrap]
85 questions
0
votes
0 answers
cannot inject datepickerConfigProvider from ui.bootstrap
I'm trying to inject datepickerConfig inside the run phase, but angular says that it's unable to find the provider: Unknown provider: datepickerConfigProvider <- datepickerConfig.
this is the code:
(function () {
angular.module('app',…

Arcangelo V.
- 41
- 1
- 8
0
votes
0 answers
Angular Bootstrap Accordion Issue ui.bootstrap
I'm new to building in angularJS and I'm trying to implement a ui.boostrap.accordion as per the documentation found here: https://angular-ui.github.io/bootstrap/
However every time I start up my application It crashes. The whole browser freezes so I…

Javacadabra
- 5,578
- 15
- 84
- 152
0
votes
2 answers
Get a combined Date from ui.bootstrap date and time pickers
I'm trying to combine the Datepicker and Timepicker directives to get the date from the first and the time from the second in a combined Date object. I came across some examples that are not using these directives like this one Combining Date and…

Dimitrios Vythoulkas
- 571
- 6
- 16
0
votes
2 answers
ui.bootstrap uibModal in Angular is breaking my page
I'm currently going through the process of learning Angular and one of the tutorials i am following is using an older version of angular and as such the part which is teaching me about using ui.bootstrap is now out of date.
I am using angular v…

kingtreelo
- 251
- 3
- 15
0
votes
1 answer
Angular JS: How to use ng-repeat with custom directive and dynamic model?
I've a template as follows:
Searching...

Abhijit Sarkar
- 21,927
- 20
- 110
- 219
0
votes
1 answer
ui.bootstrap with popover on angular doesn't work
I'm using angular 1.5.0-beta2 with bootstrap 3.3.5 and ui.bootstrap 0.14.3
I'm trying to create a popover on an li element.
in the following code i use ng-repeat on an array, and using the directive popover-template to pinpoint the location of the…

ufk
- 30,912
- 70
- 235
- 386
0
votes
2 answers
How to custom ui.bootstrap for pagination with angular.element
I have this HTML generated by the pagination element:
- 253
- 2
- 5
- 23

Ciro
0
votes
1 answer