Questions tagged [ui.bootstrap]

Angular module with Bootstrap components written in pure AngularJS by the AngularUI Team

85 questions
0
votes
1 answer

$uibModal not working in Angular using es6

Portion of my index.html showing i have included angular and angular ui bootstrap both. And they are loading fine , have confirmed that
0
votes
1 answer

angularjs switch tab view using ui.bootstrap

I have set up two buttons to switch to other two tabs on click, but it is not working. here is the html code:
cplus
  • 1,115
  • 4
  • 22
  • 55
0
votes
0 answers

uibootstrap carousel with ngRoute not showing

I am trying to make a single page web site with angular, bootstrap. I was trying to include a carousel in the first page and with ngRouting does not work. I have read somewhere here that i need to use ui.bootstrap to make carousel work with…
calin24
  • 905
  • 3
  • 21
  • 43
0
votes
1 answer

angularjs ui.bootstrap $modal is not working

i'm new in Angularjs and i would like to ask how can i make my $modal work using "ui-bootstrap". im getting this kind of error in my console. angular.min.js:118 Error: [$injector:unpr]…
0
votes
1 answer

how to show multiple slide at a time in ui.bootstrap carousel

I am using ui.bootstrap carousel.It's working fine but I need 3 images to show in a slide at a time and then slide one by one.
user3110655
  • 121
  • 3
  • 20
0
votes
1 answer

Setting background colour on accordion-header based on variable

I have the following HTML that uses the UI.Bootstrap accordion control
NZJames
  • 4,963
  • 15
  • 50
  • 100
0
votes
1 answer

problems working ui-bootstrap-tpls-2.0.2 Carousel AngularJS

I have the following problem when trying to add the bootstrap carousel ui where I can not see the image that I am calling on js import
0
votes
1 answer

angular-google-maps - Markers not showing on the map

I'm having difficulties to add the markers on the map. I'm not getting any error, but still not displaying. Controller ..... var load = []; for (var i=0; i < $scope.events.length; i++) { var marker = { …
Andre Mendes
  • 7,307
  • 4
  • 14
  • 24
0
votes
1 answer

sorting on paginated table only sorts current page

I have table headers like the following that set the orderByField and reverseSort variable: Successes
Jordan.J.D
  • 7,999
  • 11
  • 48
  • 78
0
votes
1 answer

angular ui.boostrap popup datepicker date-disabled not working

This is my first angular js site so please excuse my ignorance. I've added a ui.boostrap popup datepicker to my page which works perfectly except it appears the dateDisabled method never gets hit. My markup looks like the following:
D34th
  • 301
  • 4
  • 8
0
votes
1 answer

AngularJS - UI Bootstrap Accordion Group - Open Panel With Error

Hi i have a page with several Accordion Group like code below. After submit i want if is possible open the first accordion-group with the error ( in my code i have 2 accordion group with 2 different input required )
rsssalice
  • 21
  • 2
0
votes
2 answers

How can I format (new lines) in bodyText of ui.bootstrap modal dialog

I have in my AngularJS-script a ui.bootstrap confirmdlg: var modalDlgOptions = { closeButtonText: "No", actionButtonText: "Yes", headerText: "my header text", bodyText: "my body text" }; confirmDlg.showModal({},…
0
votes
0 answers

$scope updates not shown in Angularjs

$scope doesn't seems to sync with updates in Angularjs. I update my time values (myst and myet) using ui.bootstrap.timepicker, then when I display userscheds[index] using alert(JSON.stringify($scope.userscheds[index]));, only the original values are…
user3489502
  • 3,451
  • 9
  • 38
  • 66
0
votes
1 answer

ui.bootstrap datepicker template: access model

I'm using AngularJS ui.bootstrap datepicker and I need to have timepicker inside the popup window. I've modified the template and specifed it in the datepicker-popup-template-url attribute. New template is the copy of the standard one just with in…
0
votes
1 answer

anchor tag in ui.bootstrap modal is not working

I am new to angular. I have create a modal using angular ui.bootstrap. I have an anchor tag with external link. If i click on anchor tag, the new window is not opening. any preventDefault is applied on modal ? $uibModalInstance = $uibModal.open({ …
gauti
  • 1,264
  • 3
  • 17
  • 43