Skip to main content

All Questions

1 vote
1 answer
2k views

Date not showing up in angular-bootstrap datepicker

I have a table which conatians some dates and I am trying to use angular ui bootstrap to get a datepicker to edit them. While the datepicker pops up fine and allows me to select a date with no issue, ...
MysteriousWaffle's user avatar
2 votes
2 answers
3k views

Unknown provider: $animateCssProvider <- $animateCss <- $uibModalStack <- $uibModal

If I update my angular version to higher version I am sure it will work, but I am more depended on 1.3.20 version of angular. I tried angular-bootstrap version from 1.1 to the latest, nothing works ...
Garfield's user avatar
  • 2,537
0 votes
0 answers
402 views

How to combine bootstrap accordion and bootstrap tooltip on ipad?

The problem is next: when I have a tooltip icon that should show a tooltip on ipad user has to click it when popover-trigger is "mouseenter". But it opens an accordion. <uib-accordion close-others=...
SAHbKA's user avatar
  • 347
1 vote
1 answer
307 views

Tabs shifting in angular bootstrap ui

I am new to angular bootstrap ui. Here i am using two uib-tabset. Based on shifting the main menu tag index value the sub menu tag index value changing. This is my code link [plnkr attached]. <uib-...
htoniv's user avatar
  • 1,668
1 vote
1 answer
148 views

modalService cannot talk with controller and view

The code at this plnkr has a modal which pops up when a user clicks on a "Click to take quiz" button which calls a controller method that in turn calls a modal service. To get the plnkr to work, ...
CodeMed's user avatar
  • 9,211
0 votes
2 answers
2k views

Angular bootstrap injector error

I'm getting an injector error when I try to use angular bootstrap. Here is the error: angular.js:13424 Error: [$injector:unpr] http://errors.angularjs.org/1.5.3/$injector/unpr?p0=ui.bootstrapProvider%...
Andrew Xia's user avatar
0 votes
1 answer
525 views

Unknown provider: 3Provider <- 3 using Angular Bootstrap uibModal

It's been a few weeks with this problem, I'm new to Angular so I hope is an easy fix. I'm using Angular Bootstrap Modal (ui.bootstrap.modal) and it's not working. this is my code. On contentApp.js (...
fglaria's user avatar
  • 29
17 votes
5 answers
24k views

How to close Angular-bootstrap popover when clicking outside [duplicate]

I am attempting to close my Angular-bootstrap popovers when clicking anywhere outside the popovers. According to an answer to this question this can now be accomplished (in version 0.13.4) by ...
MattDionis's user avatar
  • 3,626
0 votes
1 answer
3k views

How to remove the class from angular-bootstrap modal

I am using angular-bootstrap modal and trying to remove the slide down effect when it is closed. I tried to remove 'fade' class like this, but it didn't work. angular.module('myapp.directives', []) ...
masanorinyo's user avatar
  • 1,128