AngularUI is the enhancement companion suite to the AngularJS framework.
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-bootstrapThe 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-routerIs 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-bootstrapI am a novice to AngularJS and its amazing. I need Twitter's bootstrap plugins in my projects. I stumbled upon …
angularjs angular-uiplunk: 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-controllerThis 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-routerWe 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-gridHow 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-uiI 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-orderbyHow 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