Bootstrap helpers module for AngularJs framework

learn more… | top users | synonyms

1
vote
0answers
13 views

Sharing controllers in angularjs

I have two date-pickers, one text field and a button in one form as below: <div class="form-group"> <label class="control-label">Date End </label> ...
0
votes
2answers
15 views

How to disable uib-timepicker arrow keys?

even after I use this it still showing up arrows <div uib-timepicker ng-model="mytime" arrowkeys="false" show-meridian="false"></div> Here's the plunker : https://plnkr.co/edit/...
1
vote
1answer
30 views

angular-bootstrap progressbar progress shown is incorrect

I am running a serie of simulations on an external window, and each time a simulation is done I increment a progress value on the main window (everything happens through IPC communication). The whole ...
1
vote
1answer
20 views

Can i import some custom module after a angular 2 app bootstraped?

I am developing a business web app using angular2 based on web api. Now i got a problem. I want to bootstrap my angular2 app using AuthModule(this is my custom module). This module have functionalty ...
1
vote
2answers
38 views

AngularJS Bootstrap - Error in Console

I'm trying to set up $uibModal from AngularJS Bootstrap, however I get an error in console. More on that below. app.js: var app = angular.module('carApp', ['ui-bootstrap']); ctrl.js app.controller(...
0
votes
1answer
43 views

Angular-bootstrap typeahead + ng-click/ng-focus

In my app I use angular-bootstrap typeahead component, this way: <input type="text" ng-model="selected" placeholder="Start typing to select an object" uib-typeahead="obj as obj.name for obj in ...
-7
votes
1answer
34 views

How to get the “value” of ng-href literally?! (leafy) [closed]

How do i get the value of pk in the ng-href and how do i call it into my controller.js?
1
vote
1answer
25 views

Ui-tabset and bootstrap-daterangepicker not working together?

I have an application where I am using ui-bootstrap-tabs. documentation here. With the ng-bs-daterangepicker. The behavior I am observing is that whenever I put the daterangepicker inside the ui-tab. ...
0
votes
2answers
58 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
1answer
23 views

Keyboard navigation on Angular uib-dropdown is not working

I'm using Angular Bootstrap 2.2.0 with Angular 1.5. The keyboard navigation doesn't work on UIB dropdowns even with the keyboard-nav option enabled. Here's my code: <div class="btn-group" ...
0
votes
0answers
21 views

Angular-bootstrap-ui with niceScroll issue in modal pop up

I am using niceScroll in angular-bootstrap-ui modal pop, In IE scroll bar is not working in modal pop up but in normal use its working fine. Thanks in advance. $('.ui-select-choices').niceScroll({ ...
0
votes
0answers
19 views

How to combine bootstrap accordion and bootstrap tooltip on ipad?

The problem is next: when I have a tooltip icon that should show a tooltip on ipad user has to click it when popover-trigger is "mouseenter". But it opens an accordion. <uib-accordion close-others=...
0
votes
0answers
12 views

Programmatically refreshing display (i.e. triggering cellModifier to be called again) of the angular bootstrap calendar (mwl-calendar)

As the title says, I have a the Angular Bootstrap Calendar displaying beautifully, but I want to refresh the view, i.e., get the cellModifier callback to be called again. The HTML is pretty vanilla, ...
1
vote
0answers
24 views

bootstrap UI crashed on upgrading angular-bootstrap

I upgraded angular-bootstrap version to v2.2.0 and all my UI functionality like dropdown, modals, accordions crashed. Along with angular-bootstrap, I also upgraded bootstrap-sass to v3.3.7 and jQuery ...
0
votes
0answers
18 views

Barcode keyboard scanner in text field causes clicks

I have a form which has buttons and a text field. On the mobile device when I input values into the text field the first button gets clicked. In the following form name=test2 when I enter values via ...
0
votes
1answer
17 views

Typescript/Angular - Call separate function after modal result return

I'm having an issue calling a separate function when my promise is returned by closing or canceling a modal in Angular/Typescript. Perhaps I'm trying to do something impossible but all the examples I'...
0
votes
0answers
9 views

Using custom template for bootstrap-ui-datetime-picker plugin

With bootstrap ui, I can add the following to the input to use a custom template: template-url="path/to/template" bootstrap-ui-datetime-picker plugin combines bootstrap ui datepicker and timepicker. ...
0
votes
0answers
30 views

Angular UI Bootstrap Typeahead Not Displaying Results

I'm using a promise to display results using the ui.bootstrap typeahead directive and the results are not being displayed. I think the reason is because the response from the ajax request is slow (8....
0
votes
0answers
16 views

Don't debounce ng-model when text is cleared

I have an angular ui-bootstrap typeahead which is fed by the searchFruits() function (which returns an array). <input ng-model="chosenFruit" ng-model-options="{debounce: 500}" uib-typeahead="fruit ...
0
votes
1answer
26 views

Disambiguation: Angular, Bootstrap (css & js), angular.bootstrap, UI Bootstrap, and anything else I should know about Angular and Bootstrap

I recently started working on an Angular project that someone else started. I'm loving it, but am massively confused about Angular's relationship to Bootstrap. Especially because it seems like all the ...
0
votes
0answers
38 views

Append bootstrap dialog to a specific div

I need to make a modal dialog so, that one div in the main page would always be available (this div contains abort button). I've tried to use the appendTo property, but either I don't understand how ...
1
vote
1answer
56 views

angular-bootstrap-datetimepicker not auto close on Date selection

I am using https://github.com/dalelotts/angular-bootstrap-datetimepicker datepicker. it is not auto closing the datepicker control.. <div class="dropdown-toggle my-toggle-select" id="dLabel1" role=...
0
votes
0answers
48 views

Angular2 Bootstrap in multipage application

I have a multipage non-angular application where Angular2 is used in only one page. I am appending root component using javascript and angular2 gets properly bootstraped for the first time. However, ...
0
votes
1answer
16 views

Confirming if AngularJS is installed and working

Just following an AngularJS book to read and learn , he has created a test page like this: <!DOCTYPE HTML> <html ng-app> <head> <title> First App </title> <script src=...
0
votes
0answers
17 views

Angular directive based on other directives

In my current project we're using angular and ui.bootstrap as UI library. What I'm trying to do: to make dropdown with matches for typeahead element to have the same width as input field How I'm ...
1
vote
1answer
33 views

Firing event from dynamically opened controller to parent controller in Angular js

I am developing an Web Application using Angular JS. Frankly, I am new to Angular JS. in my app I am using bootstrap.ui js for angular js. But I am having a problem with bootstrap modal controller. I ...
0
votes
2answers
53 views

Ask to confirm when changing tabs in angular bootstrap

I have tabs with forms and i want ask user to confirm to discard the changes when changing tabs. My current code works <uib-tab heading="..." index="3" deselect="main.onDeselect($event)" ... > ...
0
votes
1answer
26 views

how to install a module with npm in angular 1

I am trying to install bootstrap using npm. I ran: npm install angular-ui-bootstrap And that succesfully installed the module in the node_modules folder. The problem is I can't seem to reference ...
0
votes
1answer
433 views

Angular 2 build error - '../@angular/platform-browser-dynamic' no exported member 'bootstrap'

I'm getting an error where TypeScript is not recognizing the exported 'bootstrap' function from platform-browser-dynamic. ERROR in [default] ../retain-app/src/main.ts:1:9 Module '"../retain-app/...
0
votes
1answer
41 views

angular-bootstrap-datetimepicker close calendar when clicked outside

I'm totally new to angular and I try to use angular-bootstrap-datetimepicker in my project. My html code is: <span class="input-group-btn" ng-class="{open: openedDP}"> <button type="...
0
votes
1answer
63 views

angular-bootstrap-calendar TypeError: d is not a function

I'm trying to get the calendar to work on my ionic app, installed the calendar and moment.js via bower but i'm getting the error where it's saying TypeError: d is not a function. and it brings me to ...
1
vote
0answers
47 views

Angular UI Bootstrap Calendar Year Selector

Is there a way to configure the popup calendar widget such that the user can select the year from a dropdownlist? Kinda like this: It is not a requirement I am fond of, but a requirement I am stuck ...
0
votes
0answers
31 views

Angular Bootstrap datepicker refreshView or ajax call for disabled dates

I'm having trouble with fetching "enabled" dates ( and transforming them to disabled dates). When a new date is chosen. I receive a list of "possible dates" and would like to integrate this in the ...
0
votes
0answers
33 views

Including Html file in the template in bootstrap tour not working

I'm using bootstrap tour for the demo of my website. I'm including all my tour steps in the controller and everything works fine, But i'm trying to add my own template in tour options, something like ...
1
vote
0answers
371 views

Angular 2 RC 6 using Webpack “@angular/upgrade” Issue

This morning I've been updating my Angular RC 5 application to RC 6. After fixing a few issues in the code I've built the code however I seem to have an error whilst the app is being bootstrapped. (I'...
1
vote
1answer
29 views

UI Bootstrap Modal delay when using animate.css classes in windowClass

I'm having issues when using animate.css classes with UI-Bootstrap windowClass option. for example: vm.open = function() { var modalInstance = $uibModal.open({ templateUrl: '...
-1
votes
1answer
27 views

Image slider is not working in Bootstrap

I'm trying to create a Bootstrap slider using AngularJS. My carousel doesn't seem to work and I don't know why. Here's my HTML: <div class="carousel slide" data-ride="carousel"> <div ...
1
vote
1answer
24 views

Tabs shifting in angular bootstrap ui

I am new to angular bootstrap ui. Here i am using two uib-tabset. Based on shifting the main menu tag index value the sub menu tag index value changing. This is my code link [plnkr attached]. <uib-...
0
votes
0answers
18 views

How to choose standalone format for view datepicker in angular-ui bootstrap?

months : { format: 'января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря'.split('_'), standalone: '...
1
vote
1answer
28 views

how to change a css class when all tabs are closed in ui.bootstrap.accordion

How can I change a css class when all the tabs in ui.bootstrap.accordion are closed,for instance if the tabs were closed because another tab triggered them to close, the ng-class expression won't run ...
1
vote
1answer
82 views

Angular2 bootstrap from outside typescript file, directly from html page

I have existing website, which is build with angular1+requirejs and php. I would like to add angular2 (which I have already added, using angular2-cli). I don't need angular1 to communicate with ...
1
vote
1answer
138 views

Angular Bootstrap UI accordion not working as expected

I am using accordion component of Angular Bootstrap UI. The first accordion is expanded by default. When user add new accordion then first accordion should collapse and newly added accordion should be ...
0
votes
1answer
84 views

Angular2 Meteor Uncaught no provider for ApplicationRef

Starting up my application gives this error: Uncaught No provider for ApplicationRef! ReflectiveInjector_._throwOrNull @ reflective_injector.js:786 ReflectiveInjector_._getByKeyDefault @ ...
0
votes
0answers
38 views

How to create connected modal forms with angularjs?

I want have a table showing a list of students. When a user clicks on a one of these students, a modal form pops up showing the details of the student (this works fine). I expose the selected student ...
1
vote
2answers
44 views

View list of default-label in bootstrap

I would like to view list of strings in default-label format of bootstrap with angular-js ng-repeat Following is a code snippet, <div class="row"> <div class="col-md-12"> <span ...
0
votes
1answer
42 views

How can I chaneg badge total color in Angular bootstrap calendar

I didn't found the solution to change the class of badge total on event cell ? By default, it's badge-important, but I find the red a bit agressive when you have many events in Month view. how could ...
0
votes
0answers
20 views

A really weird phenomenon with angular bootstrap carousel

I want to use ui.bootstrap.carousel in my project, the html code is as follows: <div class="col-md-8"> <div style="height: 300px"> <div uib-carousel active="active" interval="...
0
votes
0answers
48 views

Angular bootstrap ui datepicker remove disabled date,months,year

I disabled dates upto 18 years back from today. datepicker shows the disabled button. but i want to remove. i just want to show only valid date, month and year Here my code: HTML: <input class="...
0
votes
1answer
19 views

Making a “Pressed” effect on a Panel using Angular bootstrap Version 0.13.4

I plan to have a grid of 6 rectangle panels, (3 X 2). Each panel will act as a button that will open a different module within my system. I am looking for some effect on mouseover or hover to apply to ...
0
votes
1answer
76 views

Carousel angular ui bootstrap 2.0.1

I have a problem with the uib-carousel of angular-bootstrap 2.0.1. I don't understand what happen... I had angular-bootstrap 2.0.0 with a slider with images and video (videogular directives). ...