Top "Angular-ui" questions

AngularUI is the enhancement companion suite to the AngularJS framework.

How to persist optional state parameter on browser back in ui-router?

I'm having one parent state that has two children's state inside that I'm going to show one state based on …

javascript angularjs angular-ui-router angular-ui angularjs-routing
Does ng-grid supports cell filter (angular filter) by row

ng-gird colDefs (column Definition) allows you to define a filter (angular filter) for each column. In my use case, I …

javascript angularjs angular-ui ng-grid
Set ng-selected in angular-ui select

My HTML code: <div class="form-group col-md-4"> <label for="lenderBusinessState">Select State</label> <…

forms angularjs angular-ui ui-select2
What are the reasons for append-to-body in Angular Bootstrap?

Several directives in Angular UI Bootstrap have an append-to-body option. When would I need to use this and what are …

angularjs angularjs-directive angular-ui angularjs-bootstrap
Angular.js configuring ui-router child-states from multiple modules

I'd like to implement a setup where i can define a "root state" in the main module, and then add …

angularjs module state angular-ui ngboilerplate
angular- ui-select - how to bind object property to ng-model

i'm using the angular-ui-select in a simple user registration form: <ui-select ng-model="user.countryCode" convert-to-string theme="selectize" class="dropdown"&…

javascript angularjs angular-ui angular-ui-select
angularjs ui bootstrap datepicker popup without text input field

I can't find a way to configure the angularjs ui-bootstrap datepicker popup so that it only shows the button, not …

angularjs angular-ui bootstrap-datepicker
Angular-UI $dialog and form submit on enter key

From what I can see, the recomended way to handle enter key in dialogs in AngularJS is to place a &…

angularjs angular-ui angular-ui-bootstrap
How to find which column was sorted and in what order in angular ui.grid

How to find which column was sorted and in what order in angular ui.grid. Actually I want to set …

angularjs angular-ui angular-ui-grid angular-ui-select
Is it possible mask input using a different placeholder?

Since my form has no labels, I would like to be able to use a different placeholder with Angular and …

angularjs angular-ui masking