Top "Angular-ui-bootstrap" questions

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

Modal Window Issue (Unknown Provider: ModalInstanceProvider)

New to AngularJS and can't seem to find out what this error means. I've found a few others with the …

angularjs angular-ui angular-ui-bootstrap
Parser Error: Got interpolation ({{}}) where expression was expected

I'm using ng-bootstrap as a substitute for ui-bootstrap in angular2. My html is as follows: <ul class="list-inline"> &…

angular angular-ui-bootstrap dropdown
What's a good way to control an angular-ui accordion programmatically?

I am using the accordion directive from http://angular-ui.github.com/bootstrap/ and I need to have more control over …

angularjs angular-ui angular-ui-bootstrap
Angular-UI Modal resolve

Dear all I am new to Angularjs and I am trying creating a modal. One of the example I have …

javascript angularjs angular-ui angular-ui-bootstrap
Unknown provider: $uibModalInstanceProvider - Bootstrap UI modal

I have a problem with UI Bootstrap modal. In one controller I have this: app.controller("tableCtrl",['$scope','$…

javascript angularjs angular-ui-bootstrap
Angular UI - set active tab programmatically

I using AngularUI with this code: <uib-tabset type="pills"> <uib-tab heading="Tab 1">Tab 1 content</uib-tab&…

angularjs angular-ui-bootstrap angular-ui angular-ui-tabset
Angular UI Bootstrap responsive Navbar dropdown not working properly in new version

I just created an AngularJS project with grunt bower and Yeoman. Included Updated version to Angular 1.3.13. I want to use …

angularjs angular-ui-bootstrap nav
Angular UI Bootstrap DatePicker - get selected date on close / blur

I have an ng-repeat with each row having multiple UI-Bootstrap Datepickers. I am trying to call a function in my …

angularjs angular-ui-bootstrap
Unable to call Object.keys in angularjs

I'm using a UI.Bootstrap accordion and I've defined my heading like so: <accordion-group ng=repeat="(cname, stations) in …

javascript angularjs angular-ui-bootstrap
Create Hoverable popover using angular-ui-bootstrap

I have the following code for creating a popover in my template file: <span class="icon-globe visibility" id="visibilityFor{{…

angularjs angularjs-directive angular-ui angular-ui-bootstrap