Angular module with Bootstrap components written in pure AngularJS by the AngularUI Team
Questions tagged [ui.bootstrap]
85 questions
0
votes
1 answer
Not able to open modal box selecting value from the dropdown using ui-bootstrap-tpls.min.js and angular.min.js
Changing the value from the dropdown trying to open the modal and supposed to perform http request and body of will be filled with the response. But unable to open the modal. Any help will be really appreciated.
Hello…

gourab das
- 17
- 6
0
votes
2 answers
How to call an api to show the response inside an angular modal
I have a list of nodes showing on my home and when you click on the title of one node, a modal should be opened to display that node's detail, I'm working this way:
var eventsApp = angular.module('EventsApp.controllers',…

PolleX
- 53
- 2
- 7
0
votes
2 answers
angularJS resolve: in controller "Cannot read property 'goals' of undefined
This is my first question on stackoverflow. ( I know I struggled a lot with the quotes..) I am stuck with this problem where a snippet of the following code leaves me with the following error:
TypeError: Cannot read property 'goals' of undefined
…

Eric
- 3
- 5
0
votes
2 answers
AngularUI Tooltips - use function to return tooltip value
I am trying to use a function to return the value to render as a tooltip for Angular JS ui.bootstrap. I need to do this so I can get the correct tooltip in an ng-repeat loop. The tooltips work fine if I directly access the value in the html tooltip,…

DrCord
- 3,917
- 3
- 34
- 47
0
votes
2 answers
Passing a row of data from a table to a modal with Angular
I have a table that displays entries for a contest (pulled from a DB with PHP and converted to a .json object to be used with AngularJS and JavaScript). I also would like to implement a modal on it, so when the "judge" clicks on each entry, they can…

Varvara Jones
- 761
- 2
- 8
- 25
0
votes
2 answers
angular modalservice does not respond to enter Key
I have the following Modal dialog using ui.boostratp & anuglar modal service
{{modalOptions.headerText}}

user3799325
- 590
- 1
- 8
- 20
0
votes
1 answer
Cannot get an AngularJS popover to work inside a directive's template
I'm in AngularJS (1.2.10) and I have a form that is an HTML template that is exposed through a directive that uses bootstrapvalidator to validate some of the form fields. The form fields have special information buttons attached that use a popover…

Chuck B
- 51
- 1
- 12
0
votes
2 answers
UI.Bootstrap - wrong text formatting
I don't know why on my example when I introduce some a string with html code. it doesn't appear on HTML format.
An example of my job is here:
vm_main.test = "Documents" +
"internet site

julioVG
- 81
- 1
- 12
-1
votes
1 answer
How to open Angular modal window with selected data from table
I need to open modal window with selected data from cell of table. Now the modal is opened with data but data in modal belong to all row. I need to chose data from item selected cell. I have a two arrays. One in other. I can selected item from first…

alexeyll
- 25
- 7
-1
votes
1 answer
Status.Open not returning any value in Angular UI bootstrap Accordion
I am facing an issue with accordion of angular ui bootstrap. I am using accordion to show FAQs in my application.Now issue is "status.open" is not returning any value due to which 'chevron icon' class is not toggling.
Please see below code:
…

Ritesh Kashyap
- 364
- 1
- 16