Top "Angular-ui" questions

AngularUI is the enhancement companion suite to the AngularJS framework.

Angular ui-grid dynamically calculate height of the grid

I am using : https://github.com/angular-ui/ui-grid.info/tree/gh-pages/release/3.0.0-RC.18 <div ui-grid="gridOptions" style="height:765px"&…

angularjs angular-ui angular-ui-grid
Otherwise on StateProvider

Using angular-ui-router, How can I use the otherwise method on $stateProvider or how can I use it at all ?

angularjs angular-ui angular-ui-router
How to extract query parameters with ui-router for AngularJS?

How do I extract query parameters using ui-router for AngularJS? In AngularJS' own $location service I did: ($location.search()).uid …

javascript angularjs angular-ui query-parameters angular-ui-router
angular ui-bootstrap typeahead callback on selectMatch?

I'm using the angular ui-bootstrap typeahead and I would want to use it as a way to pick up many …

angularjs angular-ui bootstrap-typeahead
How do I create an AngularJS UI bootstrap popover with HTML content?

I want to create a bootstrap popover with a pre tag containing a prettified JSON object. The naive implementation, <…

angularjs angular-ui angular-ui-bootstrap angularjs-bootstrap
What is the difference between ui-bootstrap-tpls.min.js and ui-bootstrap.min.js?

At the Angular-UI-Bootstrap page on cdnjs, is says: Native AngularJS (Angular) directives for Twitter's Bootstrap. Small footprint (5 kB gzipped!), no …

angularjs angular-ui angular-ui-bootstrap
Handle open/collapse events of Accordion in Angular

If I have this code: <accordion-group heading="{{group.title}}" ng-repeat="group in groups"> {{group.content}} </accordion-group> …

javascript twitter-bootstrap angularjs angular-ui
Difference between $state.transitionTo() and $state.go() in Angular ui-router

In AngularJS, I see sometimes we use $state.transitionTo() and sometimes we use $state.go(). Can anyone tell me how …

javascript angularjs angular-ui-router url-routing angular-ui
How can I use HTTPS in AngularJS?

I am using AngularJS, $resource & $http and working with apis, however due to security reason I need to make …

javascript node.js angularjs https angular-ui
Dynamically set the value of ui-sref Angularjs

I have searched for a similar question but the ones that came up seem slightly different. I am trying to …

angularjs angular-ui angular-ui-router