1
vote
1answer
29 views

Not getting Text on my Image in AngularJS?

.relative{ position:relative; width:600px; } .absolute-text{ position:absolute; bottom:0; font-size:24px; font-family:"vedana"; background:rgba(251,251,251,0.5); ...
2
votes
2answers
26 views

Getting Images in the form of Grid in AngularJS

How to display all the images in the form of grid, which all will come from back end, so the images are in the dynamic form. and I have to put Description as well on those images, and those ...
0
votes
0answers
20 views

Angularjs Ui-Bootstrap modal popup inside specified element

i have a problem with my code , this code is about append a modal to element with specific id. so that when button clicked ,this modal popup will showed inside div element with id="forModal" (div ...
2
votes
1answer
25 views

Angular Bootstrap Tooltip Dynamic Content

I am making a cart application in Angular using Angular Bootstrap. When hovering over the cart icon a tooltip should appear. The tooltip's content should change based on if the item is already in the ...
0
votes
0answers
20 views

Boostrap on tab click keep the first tab contents constant and show some extra fields

I have started learning bootstrap to use it in my project . I have ran into a situation where . I would like to keep the contents of first default tab always available(the tab is always fixed). When ...
-1
votes
0answers
31 views

How fix a multi-dropdown menu?

i did this example, just copied and use it, but is not working. i'm using angularJS 2 and bootstrap. I don't know what's is going on cuz made that weird effect, all that white part is clickable i dont ...
0
votes
0answers
27 views

to set checked values uncheck

I have a dropdown:- <select class="select" id="select" multiple="multiple" ng-model="a.NA"> <option value="1">1</option> <optgroup label="group"> <option value="2">...
1
vote
1answer
29 views

Angular Nested Filters & Infinite $digest Loop

I (like so many others) have run into an issue with the infinite $digest loop. After reading many SO Q&As and spending plenty of time in AngularJS documentation I am still not certain how to build ...
-1
votes
3answers
25 views

angular-ui-bootstrap Tabs

Im new to ui-bootstrap. actually im trying to use some components as tabs to make a menu for my app. My solution is unfortunately not working. Who can please help. Here is my code. angular....
0
votes
0answers
15 views

Pie chart displaying in only on first loading of chrome in angular js

Then it shows an error Uncaught TypeError: Cannot read property 'series' of null Uncaught TypeError: Cannot read property 'grid' of null
0
votes
0answers
10 views

uib bootstrap carousel controlling active slide with indicators, LR controls and thumbnail click

I having an issue with the controlling the active slide outside of the carousel controls. When the page loads I can click the thumbnails and it changes the active carousel slide like I expect but if ...
-1
votes
0answers
16 views

How to inline edit table in angular material?

I need to inline edit a table i.e., to edit a table row in between. I have a table populated with data and each row has an button named Edit at the end. When I click on this button a dialog box opens ...
0
votes
0answers
17 views

AngularJS confirmation modal custom action on No/Cancel button

https://weblogs.asp.net/dwahlin/building-an-angularjs-modal-service I am using the above blog post as a guide to build the confirmation modal service in my Angular app. If I may ask, does anyone know ...
0
votes
1answer
30 views

How to isolate javascript and css of a popup from the parent page?

Problem: when I open a modal popup page containing javascript and css, both reflects on the parent page, making a mess. I use angularjs and open the modal like this: var modalInstance = $modal.open({ ...
0
votes
0answers
16 views

How obtain a {object} from a $uibModal in Angular Meteor?

I dont know how obtain a object in a $uibModal (ui-bootstrap) in Angular Meteor. Something can help me say me what are I doing bad? Next my js which call the modal to obtain the object: class Sales { ...
1
vote
2answers
37 views

Toggle buttons when click out of popover and button

Code here: https://plnkr.co/edit/ysD1JN0ELqu7ACgkkp79?p=preview I have two buttons. One is "State1" and another is "State2". In the beginning, it is in "State2" button. Then I click "State2" button,...
0
votes
2answers
30 views

Angular 1.5.9 Components: Functions fired when component is loaded

I am new to using the 1.5 components and I am not sure if what's happening is how components work or if I've just done something wrong. I have created the following component: angular.module('app') ....
0
votes
0answers
13 views

Uib-Timepicker bootstrap not working properly after minification

Time Picker in the bottom right corner of the image is having bug after minifying the uib-timepicker directive. The arrows used in increasing and decreasing time lapse are broken. https://i.stack....
0
votes
0answers
15 views

Angular-bootstrap-ui: ctrl.config is undefined error

I'm getting this error in my AngularJS application (in fact console outputs few copies of it): Error: ctrl.config is undefined .create/$scope.getText@file:///home/robert/programming/rekrutacja/...
0
votes
2answers
22 views

$rootScope in callback is not working correctly

I have a simple app with firebase. To firebase database I save some data, and after saving I want to show alert window to user with response that "everythig is great" or "bad". For alert window I ...
1
vote
0answers
16 views

Kaltuar ad not clickable on iOS in fullscreen

I'm developing an AngularJS SPA which displays videos hosted on Kaltura via dynamic embed: window.kWidget.embed({ "targetId": kalturaContainerId, "wid": "_"+$scope....
1
vote
2answers
70 views

How to display navigation and footer in every page in Angularjs?

I'm making a SPA. I want to make a separate component for Navigation, Section, and footer. Navigation and footer must display for every page when I go to Home or About page, only the Section should ...
1
vote
1answer
19 views

Angular UI Bootstrap datepicker is hidden within uigrid

I am integrating Angular UI Bootstrap datepicker within ui-grid, but i am facing an issue. When the user opens the datepicker by clicking a cell the datepicker is displayed but within ui-grid because ...
0
votes
1answer
23 views

Angular datepicker bootstrap with responsive table

I'm using angular bootstrap https://angular-ui.github.io/bootstrap/ with class table-responsive. The problem is on the datepicker will display inside the table such as picture below: I could fix it ...
0
votes
3answers
26 views

Typeahead with AngularJS

I'm trying to add autocomlete by typeahead to my project, but now it shows in the Dropdown [object Object]. Where am I wrong? $scope.getUsers = function () { $scope.searchRequest = "/...
0
votes
0answers
16 views

How do I insert line breaks into the tooltips displayed by uiCalendar?

The eventRender function accepts the tooltip text: $scope.eventRender = function(event, element, view) { element.attr({ 'tooltip': event.description, ...
1
vote
1answer
28 views

Strange behavior when using Angular UI tabs

In this plunk the user should be able to click on one of three links. Each link has a related div that is shown when the user clicks on the link. Also, when the link is clicked its color turns red. ...
1
vote
1answer
27 views

Angular ui-select multiple hide selected

Is it possible to hide some SELECTED items in ng-select multiple select? I create event with multiple users, including myself. I want to keep myself on the list in model but I don't want to display ...
-2
votes
0answers
21 views

Bootstrap UI Carousel

Hey, I'm usually a wordpress developer but I'm on a internship and I got this task to create this hard coded website with angularjs and bootstrap. So I figured that I should use Bootstrap UI. I'm ...
2
votes
4answers
107 views

Set Angular UI Modal height and width programmatically

In this plunk I have an Angular UI modal that has a related class the-modal to set the height and the width, they are initially set at 300px and 500px respectively. What I need is to set the height ...
0
votes
2answers
21 views

How to set tabindex for ui-timepicker (angular bootsrap)?

Is there is a possibility to modify the tabindex of the arrows and set it to -1 (tabindex = "- 1") Here is an example : http://angular-ui.github.io/bootstrap/versioned-docs/0.14.1/#/timepicker
0
votes
1answer
18 views

UI Bootstrap Modal don't close. AngularJS

I was looking for this question on forum and the solution dosn't worked for me, so... The only way to close the modal is clicking outside of modal, or press ESC on keyboard.. Here is my modal ...
0
votes
0answers
26 views

Why doesn't uib-tooltip on a div wrapping a disabled input work?

I used an angular ui-bootstrap tooltip on a div that wrapped an input so that the tooltip could display if the button was disabled. In ui-bootstrap 0.14.3 this worked, but ui-bootstrap version 1.3.2 ...
1
vote
1answer
38 views

AngularJS - Closing the modal

I want a close button, the x at the top right corner, and click outside the modal to close the modal window. Here I created the button to open the modal: (rollup.html) <li style="float: ...
0
votes
1answer
21 views

Angular UI Typeahead - Using an array of Key/Value pairs

I can't seem to get typeahead to work with using key/value pairs. Since each key is different, and I want to only show the value as typeahead value. Here is an example of an array I'm trying to use:...
0
votes
2answers
52 views

Angular UI bootstrap typeahead, ng-model changing from object to string

I have a problem with UI bootstrap Typeahead. Here is plnkr, and explaination is below. http://plnkr.co/edit/lvy1Xu13xfFBjHbIY68H?p=preview I would like to be able to select one state from the ...
0
votes
0answers
33 views

programmatically set angularjs ui-select value/Text

I have a UI-Select with Fruits in it the dropDown has FruitID and FruitName data and when i select a choice FruitName appears as SELECTED on dropdown. My question is if i have a FruitID available how ...
0
votes
1answer
33 views

Angular UI Boostrap dropdown does not open with [is-open] and [append-to] attributes

I want to use the bootstrap dropdown from the angular ui lib. I'm getting an issue when I append the dropdown to another DOM element with dropdown-append-to (even dropdown-append-to-body is not ...
0
votes
1answer
22 views

angularjs ui grid columns and menu options issue

I am using angularjs ui grid in my application with menu options. The Total column is not appearing in the grid and also in the menu options under columns none of the grid columns are visible. Can any ...
0
votes
0answers
27 views

Bootstrap jumbotron not working

I am trying to use jumbotron in my Angular 2 sample project but its not all rendering anything . I have used updated CDNs in index.html : <script src="https://ajax.googleapis.com/ajax/libs/jquery/...
0
votes
0answers
23 views

Timezone Property of ngModelOptions of Angular-Ui Bootstrap Popup DatePicker

We are using the Angular-Ui Bootstrap Popup DatePicker in our application and have been running into issues such as this where the previous day gets selected to that which was actually selected by the ...
0
votes
1answer
27 views

Mantain style of modal with ui.bootstrap modals

I'm using a Bootstrap modal to show details of selected items. I have a snippet of my modal window that i want to make appear. If i use it as a modal template I have issues with the style. But if I ...
2
votes
2answers
46 views

Is it possible to mix injected dependencies with custom arguments in AngularJS?

I'm using UI Bootstrap's $uibModal to create a modal. I'm also using UI Router 0.2.15, so what I want is a state opening in a new modal. This is what I have in my config function: $stateProvider ...
0
votes
0answers
52 views

How to create nested array for object?

I am trying to make "Diagrams" parent under all folders will be children , i have to display Diagrams text as a first folder for tree list so user can expand and collapse ? Its not showing tree with ...
1
vote
1answer
17 views

Pass selected language from uib-dropdown language selector to $scope

I have next html template where user could select language: <div class="btn-group" uib-dropdown> <button type="button" class="btn btn-default dropdown-toggle" data-...
0
votes
0answers
19 views

Chrome freezes when closing a $uibModal instance

Hej When testing one of the modal windows on https://angular-ui.github.io/bootstrap/#/modal my chrome browser freezes for about 50 seconds after I close the modal. For this time I can not do anything ...
0
votes
1answer
39 views

Add id to ng-template with Angular Bootstrap accordion

I'm having trouble adding dynamic id to the heading template. I tried including an id="{{group.title}}" but it doesn't work. Any help or suggestion would be great! <div ng-controller="...
0
votes
1answer
10 views

Angular ui-bootstrap with ng-repeat: if there's no tabs, new tab isn't selected

Here's the link to demonstrate my problem: http://codepen.io/pietrofxq/pen/ZLLJdr?editors=1010 Click in "remove tabs" and then in "add tab" The issue: I do a loop with ng-repeat to display tabs. But ...
0
votes
0answers
27 views

Angular Material autocomplete inside modal is broken

In Angular Material, if you scroll while using a md-autocomplete element ( or input with ng-autocomplete directive) inside a modal window then the drop-down does not stay attached to the input field. ...
2
votes
1answer
37 views

How to assign value to angular pagination custom template?

I am using custom template for angular pagination: <uib-pagination boundary-links="(vm.pagination.boundaryLinks == false) ? false : true" num-pages="vm....