Top "Angular-ui" questions

AngularUI is the enhancement companion suite to the AngularJS framework.

Enable angular-ui tooltip on custom events

I am trying to use angular-ui's tooltip functionality to show my user that a particular field is invalid but it …

angularjs angularjs-directive angular-ui
Cannot get textarea value in angularjs

Here is my plnkr: http://plnkr.co/edit/n8cRXwIpHJw3jUpL8PX5?p=preview You have to click on a …

angularjs angular-ui
Can you override specific templates in AngularUI Bootstrap?

I'm curious if there's a way to override single, specific templates from the ui-bootstrap-tpls file. The vast majority of the …

angularjs angular-ui angular-ui-bootstrap
AngularJS passing data to bootstrap modal

I think I'm missing something but cannot figure what. Basically I'm trying to pass an object to the modal like …

angularjs twitter-bootstrap angular-ui bootstrap-modal angularjs-controller
Angularjs $state open link in new tab

I'm trying to implement an "open link in new tab" function using $state.go function. It would be awesome if …

angularjs angular-ui-router angular-ui
How do I prevent angular-ui modal from closing?

I am using Angular UI $modal in my project http://angular-ui.github.io/bootstrap/#/modal I don't want user to …

angularjs angular-ui angularjs-service
How to tell which bootstrap tab is selected in Angular-UI

Is there a way to tell which tab that has been selected when using the Bootstrap tabs in Angular UI? …

angularjs twitter-bootstrap angular-ui angular-ui-bootstrap bootstrap-tabs
Angular UI month picker

I am trying to use angular-ui-datepicker as a month picker. But not able to configure it, tried it all. Here …

angularjs datepicker angular-ui angular-ui-bootstrap
AngularJS and AngularUI: mask or format a phone number when binding

I am using AngularUI to format or "masking" a phone number input, and it works fine with a ng-model: <…

angularjs angular-ui ng-bind-html
How to tie angular-ui's typeahead with a server via $http for server side optimization?

The typeahead example (http://angular-ui.github.io/bootstrap/#/typeahead) mentions it's easy to implement a back end into this autocomplete, …

angularjs angular-ui