Top "Angular-ui" questions

AngularUI is the enhancement companion suite to the AngularJS framework.

Angular JS render JSON in tree like format

How do I render JSON in tree like way just like http://jsonviewer.stack.hu/ does using angular JS?

javascript angularjs angularjs-directive angular-ui angular-ui-bootstrap
Angular-UI Tabs: add class to a specific tab

I want to create the following tabs with Angular UI: (source: gyazo.com) So, I'm adding the styles based on …

twitter-bootstrap angularjs tabs angular-ui classname
Setting column width in angular ui grid

I'm using angular ui-grid and have a long grid with almost 30 columns, I want to set fixed width for columns …

angularjs angular-ui angular-ui-grid
How do I $watch the Angular-ui's new ui-select (former ui-select2) search string changes?

I noticed that the Angular-UI have discontinued their UI-Select2 directive in favor of the new UI-Select (with multiple themes - …

angularjs angularjs-directive angularjs-scope angular-ui ui-select2
Setting initial values of Angular-UI Select2 multiple directive

I have a select2 directive for a multiple select of countries with a custom query to grab the data: // Directive &…

angularjs jquery-select2 angular-ui
Angular ui grid how to show a loader

I'm wondering how to show a simple loader before data was loaded. I'm using ng-grid-1.3.2 I'm googling but I didn't …

javascript angularjs angular-ui ng-grid
How to make angular ui-router's parent state always execute controller code when state changes?

Let's say we have a parent-child relationship defined in our $stateProvider as follows: .state('myProfile', { url: "/my/profile", templateUrl: 'my/…

javascript angularjs state angular-ui angular-ui-router
Saving row data with AngularJS ui-grid $scope.saveRow

I'm working on a small frontend application which will show various product shipping data in a ui-grid. I have the …

angularjs angular-ui angular-ui-grid
Handling trailing slashes in angularUI router

It's been hours since I started working on this problem and I can't seem to get my head around the …

angularjs angular-ui angular-ui-router angular-routing
Angular UI - Bootstrap Accordion not working/dynamic ng-include

I have a problem with the Accordion: I try to do pretty much the same what the demo shows, I …

angularjs angularjs-ng-repeat angular-ui angular-ui-bootstrap angularjs-ng-include