Top "Angular-ui" questions

AngularUI is the enhancement companion suite to the AngularJS framework.

How to see what states are configured in AngularJS / UI-Router?

Is there a way to see all of the states that have been set on $stateProvider? In this case, I …

angularjs coffeescript angular-ui angular-ui-router
How to configure tinymceOptions from angular-ui/ui-tinymce

I have decided to use ui-tinymce(angular version of tinymce) for my blog. But I cannot find the documentation for …

angularjs tinymce angular-ui tinymce-4
UI Router conditional ui views?

I can't figure out a reasonable way, which doesn't feel like a hack, to solve this rather trivial problem. I …

angularjs angular-ui angular-ui-router
Image crop with AngularJS

I want to let the user crop an image, I found this JQuery plugin - http://deepliquid.com/content/Jcrop.…

angularjs jcrop angular-ui
How to clear text from AngularUI typeahead input

I have a typeahead input. The input text is set to the option selected on the typeahead. However, I want …

angularjs angular-ui angular-ui-bootstrap angular-ui-typeahead
How to set default child view with Angular UI Router

Let's say I have the following 3 Angular UI Router states: $stateProvider .state('adminCompanies', { abstract: true, url: "/admin/companies", template: '&…

javascript angularjs parent-child angular-ui
Datepicker not opening twice in angular-ui version 0.11.0

I am trying to have 2 datepickers and I am using Angular UI version 0.11.0. My HTML code <span ng-if="periods.…

javascript angularjs datepicker angular-ui angular-ui-bootstrap
How to handle 'Possibly unhandled rejection: backdrop click' in a general way

I have an angular service for handling modals: angular.module('myApp').service('ModalService', function($uibModal) { function open(options) { return $uibModal.…

javascript angularjs error-handling angular-ui-bootstrap angular-ui
Angular UI Router - Views in an Inherited State

edit: Based on the answer by @actor2019 I want to update my question to better explain the problem: Using Angular …

javascript angularjs angular-ui angular-routing angular-ui-router
Angular Bootstrap Modal leaves backdrop open

I'm using AngularUI to integrate Bootstrap components in my Angular 1.4 app, such as Modals. I'm calling a Modal in my …

angularjs angular-ui angular-ui-bootstrap bootstrap-modal