Top "Angular-ui-router" questions

UI-Router evolves the concept of an AngularJS Route into a more general concept of a State for managing complex application UI states.

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
Ui-Router $state.go() does not refresh data

I have a Product List state and Product Edit/Add state in my Angular app. Product List data gets loaded …

angularjs angular-ui-router
Angularjs $state open link in new tab

I'm trying to implement an "open link in new tab" function using $state.go function. It would be awesome if …

angularjs angular-ui-router angular-ui
AngularJS UI-Router : Get the absolute URL of the state with the parameters

I wanted to be able to change the address' URL without changing the state, as to prevent rerendering. From my …

angularjs angular-ui-router
Set Page title using UI-Router

I am migrating my AngularJS based app to use ui-router instead of the built in routing. I have it configured …

angularjs angular-ui-router
Set URL query parameters without state change using Angular ui-router

How should I update the address bar URL with a changing query parameter using AngularJS' ui-router to maintain state when …

angularjs url angular-ui-router query-parameters
Directing the user to a child state when they are transitioning to its parent state using UI-Router

Consider the following: .state('manager.staffList', {url:'^/staff?alpha', templateUrl: 'views/staff.list.html', data:{activeMenu: 'staff'}, controller: 'staffListCtrl'}) .…

javascript angularjs angular-ui-router angular-ui
AngularJS: $viewContentLoaded fired before partial view appears

For a partial view I want to do some JavaScript stuff that I usually would do with $(document).ready(function() {...}), …

jquery angularjs dom angular-ui-router ready
How can I use ng-animate with ui-view rather than ng-view?

I am using angular-ui-router with angularJS v1.2 and would like to implement custom page transitions. How can I use ng-animate …

angularjs angularjs-directive angular-ui-router ng-animate
How to delete '#' sign in angular-ui-router URLs

I'm using the angular-ui-router library and I have a problem with URLs. I have the following code: app.js: app.…

javascript angularjs angular-ui-router