Skip to main content

All Questions

1 vote
1 answer
48 views

space between my input bars, it just jumbos them all together which is something i dont want

<div class="row" style="margin-bottom: 0.1cm"> <div class="col-xs-4"> Fuel temp probe cap: ...
Forward_opinion8661's user avatar
0 votes
1 answer
239 views

How to close a modal in JS which is opened by "data-target"?

I have a modal template in the same HTML file as controller. <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#modalDeleteItem"&...
Tomcat's user avatar
  • 21
1 vote
1 answer
90 views

UI Bootstrap not working in combination with $sce.trustAsHtml()

I am using angularJs (v1.4.7) and ui.bootstrap in combination with html code that I am getting with REST API. The problem is: if I get html with ui.bootstrap directives inside, it is not displayed ...
akrelj's user avatar
  • 163
2 votes
1 answer
530 views

Popover AngularJs still shows even after setting its trigger to none

The 'Thanks' pop-over when clicking the thumbs up for the first time appears, but it is still appearing the second time the thumbs up is clicked even after setting its trigger to 'none' Steps to ...
ricsierics's user avatar
0 votes
1 answer
319 views

Display xeditable editable form inside popup

Need to wrap the editable form inside a bootstrap uib-popover-template. Have tried the editable ui-bootstrap popover approach, but it is not working as expected. Plunker 1 --> https://plnkr.co/edit/...
Santosh's user avatar
  • 885
0 votes
1 answer
38 views

Angular.js (angular-ui) : "resolve" not returning anything in the child component

While trying to get data from the "resolve" object. I cannot get anything from what is found in the parent component. Structure partner-component partner-list-component Result Parent code ...
Eric's user avatar
  • 85
0 votes
2 answers
167 views

Font awesome images & fonts are huge

I pulled a project that I'm working on another computer. After I ran yarn install when I load my fronted server, on certain pages the fonts and icons appear huge. The crazy thing is that on my ...
Kiroshi's user avatar
  • 83
0 votes
1 answer
67 views

using uibModal in angularJS v1.48 applcation

I am trying to use uibModal (from angular-ui-bootstrap v0.12.1) in an angularJS application (v.148). I am aware of the current angular versions. When I am trying to use the modal using example code ...
ali haider's user avatar
  • 20.4k
1 vote
1 answer
1k views

How to show an object as tooltip using bootstrap syntax in angular component

i have an object like this var obj = {"test price type ty dynamic ": 10, test: 7, pricetype1u: 0, Price type 3: 0, Price type 2: 0} in an angular component html, using bootstrap i written ...
Shaik Habeeb's user avatar
0 votes
0 answers
161 views

Angular-UI-Bootstrap uib-tooltip doesn't hide when element lost focus

I use bootstrap uib-tooltip in a button it works fine but sometimes doesn't close tooltip. Here <button type="button" class="btn btn-outline-success btn-elevate btn-icon btn-icon-md mr-1" ...
sadullah zolfqar's user avatar
0 votes
1 answer
329 views

How to clear uib-typeahead dropdown list in angularjs

I using uib-typeahead. I am making api call when type something in uib-typeahead. I added cancel a icon next to my uib-typeahead text box to clear that text and dropdown values when I click on that ...
chiranjiv's user avatar
1 vote
1 answer
809 views

How to add "aria-describedby attribute" to the uib-tooltip automatically

In our application(It's an angularJs), we have "uib-tooltip" in so many places, So I want it to make it a simple piece of code that can automatically add "aria-describedby" attribute to the DOM if "...
ramya m's user avatar
  • 81
0 votes
1 answer
130 views

ui bootstrap modal not closing on clicking on backdrop

I'm working on upgrading ruby/rails and angularjs app from 1.5 to 1.6.10 (I know its too old and we should go to latest angular, but can't right now), the issue I'm having is, with angularjs 1.5, we'...
Subash's user avatar
  • 3,168
0 votes
1 answer
558 views

$uibModal dismiss issue .then is not a function

I was migrating from angular 1.6.9 to angular 1.7.9, and when I finished all and check that the functionalities were still working, I've found an issue invoking a function that should be called when I ...
Arm144's user avatar
  • 773
0 votes
0 answers
336 views

How do you kick off a js function on expansion of an aria-expanded div in AngularJS?

I have an accordion that I have implemented using aria-expanded in my AngularJS app. It looks as follows: <div aria-controls="something_{{$id}}" aria-expanded="false" ng-click="vm.myFunction(...
B. Smith's user avatar
  • 1,193

15 30 50 per page
1
2 3 4 5
78