Top "Angular-ui" questions

AngularUI is the enhancement companion suite to the AngularJS framework.

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
Clear input text field in Angular / AngularUI with ESC key

In several places of my Angular app I need to clear inputs from user with the ESC key. The problem …

angularjs input angular-ui
Add html link in anyone of ng-grid

I want to add link to ng-grid. Here is my code for your reference <html ng-app="myApp"> <…

angular-ui ng-grid
Is there a way to automatically close Angular UI Bootstrap modal when route changes?

I've got links in templates inside modals. When I click them, the current page changes, but the overlay and modal …

angularjs angular-ui angular-ui-bootstrap
"ui-sref" does not refresh the "ui-view"(its controller does not rerun) when a link is clicked twice

When a state is clicked at first, the div that owns the "ui-view" attribute is replaced with the "template" of …

angularjs angular-ui angular-ui-router
Authentication in Ionic/Cordova App

First off, I'm no pro. In my quest to become a better developer I am trying to understand what is …

angularjs authentication couchdb angular-ui ionic-framework
AngularJs UI typeahead match on leading characters

The typeahead functionality in AngularJs UI seems simple and powerful however I have been trying to figure out how to …

javascript angularjs filter angular-ui typeahead
AngularJS with ng-scroll and ng-repeat

Using angular-ui with angular. Markup includes an ng-scroll element, which I have working with retrieved data from a service. I'd …

javascript angularjs json angular-ui ui-scroll
Preserve state with Angular UI-Router

I have an app with a ng-view that sends emails to contact selected from a contact list. When the users …

angularjs angular-ui
Angular ui-router: Can you change state without changing URL?

The multiple nested views functionality of the ui-router is very nice - you can easily jump from one state of …

javascript angularjs angular-ui angular-ui-router