Top "Angular-ui" questions

AngularUI is the enhancement companion suite to the AngularJS framework.

Turn off animation, modal, angular-ui

Is it possible to turn off the animation for the modal directive in angular-ui? http://angular-ui.github.io/bootstrap/ Can't …

angular-ui angular-ui-bootstrap
Angular ui-router: ui-views vs directives?

The angular ui-router allows multiple nested views. The role of these interchangeable views seems to overlap the role of directives. …

angularjs angular-ui angular-ui-router
Angularjs Accordion Access isOpen State

Is there a way to access whether an accordion-group is open or not? I know there's the isOpen directive but …

angularjs angular-ui angular-ui-bootstrap angular-bootstrap
Which one to use, AngularUI Bootstrap or AngularStrap?

I am a novice to AngularJS and its amazing. I need Twitter's bootstrap plugins in my projects. I stumbled upon …

angularjs angular-ui
Angular-ui bootstrap modal without creating new controller

plunk: http://plnkr.co/edit/85Wl5W If I use the $modalInstance on the same controller(modalController.js), without being …

angularjs modal-dialog angular-ui angular-ui-bootstrap angularjs-controller
UI-router interfers with $httpbackend unit test, angular js

This is a controller with a submit function: $scope.submit = function(){ $http.post('/api/project', $scope.project) .success(function(…

javascript angularjs angular-ui karma-runner angular-ui-router
Turnoff Scrolling within Angular UI ng-grid?

We would like to use the Angular UI ng-grid, but can't seem to find an option to tell the viewport …

angularjs angular-ui ng-grid
Angular UI-Router more Optional Parameters in one State

How can I allow optional parameters to my routes without using a query string and only using one route name? …

javascript angularjs angular-ui-router angular-ui
Angularjs - using orderby filter in the controller's scope

I have an array of objects i.e. filtered and paged and now I would like to order the list …

angularjs pagination angular-ui watch angularjs-orderby
AngularJS + NG-Grid pass row.column.field into ng-click event

How does one pass {{row.getProperty(col.field)}} into ng-click? What happens is the id does not get propagated back, …

javascript angularjs angular-ui ng-grid