A set of AngularJS directives based on Twitter Bootstrap's markup and CSS

learn more… | top users | synonyms

1
vote
2answers
16 views

uib-datepicker-popup with dynamic minMode

How can I set the minMode of Angular Bootstrap Datepicker dynamicly? The only way that I got it, was with the following: <input type="text" ng-model="myDate" uib-datepicker-popup="{{...
0
votes
0answers
12 views

glyphicons not showing in angular UI bootstap

I'm trying to add angular UI bootstrap to rails but problem I'm facing is uib-datepicker-popup styling not proper, to be precise glyphicons not showing I haven't noticed any error on console and one ...
0
votes
2answers
666 views

Where to put the import module in a new installation of ng-2 Bootstrap?

I'm a complete newbie attempting to setup ng2 Bootstrap (Angular2 with Bootstrap4 css) using this tutorial, so far I've installed the dependencies: Angular (requires Angular version 2 or higher, ...
0
votes
1answer
53 views

How can I serve my app without using webpack-dev-server?

I'm newbie in webpack, nodejs and angular, but I managed to make an app, it works fine in development environment, and I made a build with "webpack -p", the static files are generated (bundle.js and ...
0
votes
1answer
25 views

AngularUI-Bootstrap Typeahead: Grouping titles by type

I am implementing typeahead using AngularUI-Bootstrap. I need to show the results grouped based on some values coming from the database. Here's a example of result [{ "id": 1, "label": "...
0
votes
1answer
18 views

how to use $uibTooltipProvider in popover of angular UI bootstrap

I am using popover directive to display popover. I have multiple pop over in my code. But as per requirement, we need to show only one pop up open at one time. After googling, I found that we can use $...
0
votes
0answers
13 views

AngularJS: Accordion not loading properly when navigating between pages

I am trying to navigate between two pages in angularJS using href. Both pages have accordions and they aren't loading properly when I navigate from one page to another. The accordion work fine when I ...
-1
votes
0answers
16 views

How to use angular-ui-bootstrap inside my angular app?

I'm making an angular app where I want to add an accordion from angular-ui-bootstrap. I downloaded the files but dont know the logic that I need to include them.. will it be a separate module with it'...
0
votes
1answer
17 views

Unable to select tabs using mouse in the latest angular-ui-bootstrap version

I upgraded the angular-ui-bootstrap version to 2.2.0. That is affecting the uib-tabs behavior. I am unable to select a tab using mouse click but the same behavior works fine when i try to navigate and ...
0
votes
1answer
13 views

AngularJS Bootstrap UI Typeahead Not Working Properly with Custom Popup Template

I'm working on a .NET MVC application that has some AngularJS pages in it. I'm trying to use Bootstrap UI Typeahead but it's not quite working properly. If I start to type in the textbox the ...
3
votes
1answer
885 views

access scope inside windowTemplateUrl in angular

I have a windowTemplateUrl for my modal as follow <div tabindex="-1" role="dialog" class="modal fade" ng-class="{in: animate}" ng-style="{'z-index': 1050 + index*10, display: 'block'}" data-ng-...
0
votes
3answers
13 views

ng-repeat only populates last entry in array when used with uib-dropdown

I'm trying to populate a drop down menu using UI Bootstrap's uib-dropdown and ng-repeat but only the last record in the array is being populated. <div id="navbar" class="navbar-collapse collapse"&...
0
votes
2answers
35 views

highlight the selected tab

I am working on angularJs and bootstrap application. Currently working on creating a tabs using angularJS, i want to highlight the selected tab so that users can easily recognize that the tab ...
3
votes
2answers
2k views

AngualrJS and Angular-UI Bootstrap tabs scope

I am using AngularJS and Angular-UI Bootstrap tabs. This is my controller: app.controller("SettingsCtrl", ['$scope','SettingsFactory','$stateParams', function($scope,SettingsFactory,$stateParams){ ...
0
votes
0answers
12 views

Integarte datepicker angular 1 in application angular 2

I work with angular2 and i wanted to integrate datepicker , I found the Angular 2 version of the Angular UI Bootstrap library but i found that is a basic datepicker i want something like datepicker ...
0
votes
0answers
11 views

Bootstrap typeaheads/pagination to fire an event on right click open in new tab

I have a typeahead functionality in my code, typeahead-on-select is calling a function which loads the query selected from typeahead to the URL. But when I right click on the suggested typeahead and ...
0
votes
0answers
12 views

uib-typeahead is not working

I have implement uib-typeahead for tons of time but i am clueless why it is not working i want to get item name in the uib-typeahead my code here is like this $scope.suggestTestbySpeciality = ...
0
votes
0answers
24 views

Angular UI Grid: Imported Less CSS Errors after NPM Install

I installed Angular UI Grid v3.2.9 via: npm install angular-ui-grid We use less css in our gulp server-side build and I was pleased to find a main.less file included in the install at ~/node_modules/...
0
votes
1answer
42 views

AngularJS 1.5 - Iterate and set child components' property

I have a parent component that creates "n" child components within an ng-repeat. Each child component has an accordion element (from ui-bootstrap directives) in its template. From the parent component ...
1
vote
1answer
126 views

How to make Swipe work in Angular-UI bootstrap Carousel?

Swipe is not working in Carousel in ui-bootstrap v2.1.4 whereas it is working fine with v1.3.3 Is it any syntax change in new version that is causing error? OR is it a bug in UI-Bootstrap? Carousel ...
2
votes
2answers
911 views

Passing multiple parameters UI Bootstrap Modal Window Angular JS not working

I am trying to pass 4 variables into and out of a modal window, using AngularJS and UI Bootstrap. Unfortunately when I get the parameters back from the modal window, only 1 of the parameters shows up -...
26
votes
2answers
26k views

How to close Angular UI Modal from anywhere

I am using the Angular UI bootstrap modal dialog and create it within a service: myApp.factory('ModalService', ['$modal', function($modal) { return { trigger: function(template) { ...
0
votes
2answers
289 views

uibootstrap : change modal header background color

I am using ui bootstrap in my Angularjs application. I want to customize the modals header by changing the backgroud color. But if I zoom on the header of a modal, I see that the header where I can ...
0
votes
2answers
27 views

unable to run uibmodal in typescript

i am trying to show a modal using $uibModal using typescript and angular. export class PDPController{ static $inject = ['pdpService', '$sce', 'angularLoad', '$uibModalInstance']; ...
0
votes
0answers
14 views

How to use ui-sortable in tabset angular?

This is my code: <!doctype html> <html ng-app="ui.bootstrap.demo"> <head> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.js"></script> &...
1
vote
0answers
38 views

Add or Remove selected elements from multi select box using angular js

I want to display one dynamic table, But table columts i wane to select at run time. For that purpose I have taken two multi select box, in first Multi select am loading all column names using Json. ...
0
votes
0answers
33 views

Required switches button instead of checkboxes

I have used Angular2, Gulp and Bootstrap3 in my project. Can anyone help me to implement switches instead of checkboxes in my html page? I found one solution on the site https://github.com/...
2
votes
1answer
23 views

uib-popover-template with dynamic url

I am trying to use a uib-popover-template in a grid and supply an Id in the url. Can I create the url dynamically? Something like: uib-popover-template="../assets/asset-bulk-upload/edit-bulk-asset/{{...
1
vote
1answer
73 views

using bootstrap components in angular 2

Angular 2 cli makes it possible to add bootstrap js components and use them in project components. While there are other bootstrap libraries like ng-bootstrap built specifically for angular 2. I ...
0
votes
1answer
35 views

How to add uib-dropdown to a uib-tab to create a simple dropdown menu on a tab made with angular bootstrap?

i'm a novice when it comes to angular js (v1.5) and i'm currently working on a project using angularjs(v1.5), bootstrap 3, UI Bootstrap. i tried to add the dropdown directive to the tabs directive as ...
1
vote
2answers
61 views

How to delete checked row or rows from table in jhipster

books.html <div class="table-responsive"> <table class="jh-table table table-striped"> <thead> <tr jh-sort="vm.predicate" ascending="vm.reverse" callback=...
1
vote
2answers
61 views

selecting element in uib-dropdown menu

I Have a HTML code like this. <div ng-if="!hide" class="dropdown pull-right" uib-dropdown> <a uib-dropdown-toggle href="" > <div class="btn btn-primary-outline btn-circle btn-...
0
votes
0answers
29 views

ng-bootstrap tabs not retaining canvas (pdfjs) content

Background: I'm porting an Angular 1 app that uses UI Bootstrap to Angular 2 using ng-bootstrap ([email protected]). In the Angular 1 app, I use uib-tabset, uib-tab and ng-repeat to ...
0
votes
1answer
62 views

uib-popover-template not showing

Hi I am trying to use a uib-popover-template on a font awesome icon as a sort of settings menu but can't get the popup to show. This is in the header of the page I am using: <h3>{{vm.title}}...
1
vote
1answer
25 views

Angular popover UIBotstrap event before open popover

I have a grid with a few rows and when clicking on each row Angular popover UIBotstrap is opened. My problem is that I want the popover to be filled with some data of the row (like row id) and some ...
-2
votes
1answer
15 views

How to add input box and submit button to add option dynamically for select box dropdown angularjs and bootstrap?

How to add option dynamically to a select box? suppose if there is nod related data to be select in selectbox there should be an option to add new option using input box.
0
votes
0answers
9 views

Angular Bootstrap Collapse Navbar Not Responsive on Mobile Viewports

I'm developing a MEAN application that needs to look good on mobile browsers. At first I was trying and failing to use Bootstrap to make this responsive, as I didn't realize Angular was clashing on ...
3
votes
3answers
1k views

angular-ui-bootstrap upgrade 1.3.3 to 2.0.0 missing uibAccordionGroup controller

Today I upgraded angular-ui-bootstrap package from 1.3 to 2.0 and the it throws me the error below. Error: [$compile:ctreq] Controller 'uibAccordionGroup', required by directive '...
-1
votes
0answers
31 views

AngularJS - sometimes blank page on IE 11

I have problem with my app on IE 11. Backend was written in Java/Spring and frontend in AngularJS with Bootstrap support. It's my first Angular project and almost first JavaScript project so I'm not ...
1
vote
4answers
47 views

Bootstrap input Group

I have a checkbox with a label in a input-group. And when I have a long text in the label it looks like What can I do, that the input-group will resize, that the text will fit into it? This is my ...
1
vote
0answers
39 views

Issue with Parent Child Scope With Modal: Using angular ui router with angular bootstrap modal ($uibModal)

Here is my current code: Parent Controller vm.animationsEnabled = true; vm.open = function (size) { var modalInstance = $uibModal.open({ animation: vm....
1
vote
0answers
289 views

$uibModal not working

$scope.openModal = function() { var modalInstance = $uibModal.open({ templateUrl: 'views/modals/addToCartModal.html', controller: 'RandomController', // template: '<div class="...
0
votes
1answer
30 views

Angularjs UI modal resolve not working. ui.bootstrap.model

User clicks on videoClick <div ng-repeat="list in lists" ng-click="videoClick(list.src)"> {{list.src}} </div> This works and following executes. $scope.videoClick = function(val) { ...
-1
votes
2answers
59 views

Angular UI Bootstrap Dropdown doesn't close because parent stops propagation

I got a wrapper that stops event propagation because of other things happening in and with that wrapper. In that wrapper I got several directives with UI Bootstrap dropdowns. The problem is, that ...
0
votes
0answers
32 views

Combining Angular Material with bootstrap ui

I am working on a application that makes use of Bootstrap UI, however recently I discovered the existence of Angular Material and I loved it the design. I started doing research and found out that ...
-1
votes
0answers
11 views

If we are not selecting any date in bootstrap date picker it's loosing it's already existingvalue

I am using bootstrap date picker in my project,I have two pages . Add item . Edit item I am selecting a delivery date in add item page and able to saving in to my database. In edit form I am getting ...
-2
votes
0answers
7 views

The position of button is dynamic and i want to display a modal below that button? Any idea how to do it?

I want to display the left side modal under the ... button. Tried position absolute and z-index still its not working. U can get the Code from : http://ui-grid.info/docs/#/tutorial/...
0
votes
0answers
10 views

Bootstrap popover mouseenter flickers

I have created popover on mouseenter. But it flickers when I hover on it. Noticed that this is happening if I pass large text. Below is my code, <a popover-template="'popover.html'" popover-...
0
votes
2answers
40 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 ...
0
votes
0answers
21 views

angular js ui-bootstrap accordion when expanding and collapsing all, hangs the UI

I have an angular js app, on one of the UI view I have an ui-bootstrap accordion, and i have implemented a expand all / collapse all button to do the same, here is the source code for UI accordion ...