Top "Angular-bootstrap" questions

Bootstrap helpers module for AngularJs framework

angular-bootstrap dropdown on mouseenter and keep dropdown-menu from hiding before being clicked.

First, I'm aware of this posts: Activating bootstrap dropdown menu on hover Bootstrap Dropdown with Hover How to make twitter …

css angularjs twitter-bootstrap drop-down-menu angular-bootstrap
How to create a tooltip?

I want to make a custom CSS class for tooltip which will wrap a string of length more than 25-30.…

html css tooltip angular-bootstrap
Bind angular datepicker and timepicker

I want to bind angular timepicker and datepicker. I am using Angular bootstrap library As per documentation of timepicker, it …

angularjs angular-bootstrap
Recognize when angular bootstrap dropdown-menu is closed

Is there a way to recognize that angular-bootstrap dropdown-menu is closed? I want to recognize this event and run specific …

javascript angularjs angular-bootstrap
Specify @Input() parameter for Angular root component/module

I have 3 root components that get bootstrapped by the root AppModule. How do you go about specifying an @Input() parameter …

angular angular-bootstrap
AngularJS modal not displayed when using partial for templateURL

I have a modal in a partial file that is loaded into my main view with an ng-include tag, but …

javascript angularjs angularjs-ng-include angular-bootstrap
Printing a Bootstrap Modal page with contents larger than 1 page results in cut off in Google Chrome

Trying to get printing to work for Modals. In the latest Google Chrome and using the latest angular-ui-bootstrap 0.14.2, we have …

angularjs angular-ui-bootstrap angular-bootstrap
Display scroll in modal

I have app using angular-bootstrap and also ionicFramework. Problem is in angular-bootstrap $modal element. I want it has vertical scrollbar, …

css ionic-framework angular-bootstrap
Prevent AngularJS modal from closing based on logic inside the modal controller

Is there a way to prevent the an AngularJS modal from closing/dismissing in the controller logic of the modal? …

angularjs angular-ui angular-bootstrap
$uibModal.open() is not a function

I am trying to integrate Angular bootstrap modal form, Here is my controller angular.module('app').controller('groupController',['groupService','$…

angularjs angular-ui-bootstrap angular-bootstrap