Top "Angular-ui-bootstrap" questions

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

What is the difference between "dismiss" a modal and "close" a modal in Angular UI-Bootstrap?

What is the difference between "dismiss" a modal and "close" a modal? close(result) - a method that can be …

angularjs angular-ui angular-ui-bootstrap
Scope issue in AngularJS using AngularUI Bootstrap Modal

plunker: http://plnkr.co/edit/wURNg8ByPYbEuQSL4xwg example.js: angular.module('plunker', ['ui.bootstrap']); var ModalDemoCtrl = function ($scope, $modal) { $…

angularjs angular-ui angular-ui-bootstrap
Extending AngularJs Directive

I'd like to make a minor modification to a 3rd party directive (specifically Angular UI Bootstrap). I simply want to …

javascript angularjs angularjs-directive angular-ui-bootstrap bower
Hide Angular UI Bootstrap popover when clicking outside of it

I am trying to manually close a bootstrap popover to get it to close when I click anywhere on the …

javascript angularjs twitter-bootstrap angular-ui-bootstrap
returning data from angularjs modal dialog service

I am fairly new to AngularJS and having a problem with returning data from a modal dialog service. Basically, I …

javascript angularjs twitter-bootstrap modal-dialog angular-ui-bootstrap
Angularjs Bootstrap modal closing call when clicking outside/esc

I am using the Angular-ui/bootstrap modal in my project. Here is my modal: $scope.toggleModal = function () { $scope.theModal = $modal.…

javascript angularjs angular-ui angular-ui-bootstrap
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', …

angularjs angular-ui angular-ui-bootstrap angularjs-service
How to prevent an angular-bootstrap dropdown from closing (Unbind Event which was bound by a directive)

I am using the Angular-Bootstrap Dropdown. I want to prevent it from closing on click until the user closes it …

angularjs angular-ui-bootstrap
Stop propagation of underlying ng-click inside a jQuery click event

A Twitter Bootstrap dropdown is nested inside a tr. The tr is clickable through ng-click. Clicking anywhere on the page …

jquery angularjs twitter-bootstrap angular-ui-bootstrap angularjs-ng-click
Avoid having to double-click to toggle Bootstrap dropdown

I am using a Bootstrap dropdown menu. The problem is that it never drops down upon the first click; I …

javascript css angularjs twitter-bootstrap angular-ui-bootstrap