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.

How to reload the current state?

I'm using Angular UI Router and would like to reload the current state and refresh all data / re-run the controllers …

angularjs angular-ui angular-ui-router
How to pass parameters using ui-sref in ui-router to controller

I need to pass and recieve two parameters to the state I want to transit to using ui-sref of ui-router. …

javascript html angularjs angular-ui-router angular-ui
What is the difference between angular-route and angular-ui-router?

I'm planning to use AngularJS in my big applications. So I'm in the process to find out the right modules …

javascript angularjs angularjs-routing angular-ui-router angularjs-module
How to send and retrieve parameters using $state.go toParams and $stateParams?

I am using AngularJS v1.2.0-rc.2 with ui-router v0.2.0. I want to pass the referrer state to another state so …

angularjs angular-ui-router
Using $window or $location to Redirect in AngularJS

The app I am working on contains various states (using ui-router), where some states require you to be logged in, …

javascript angularjs redirect angular-ui-router
`ui-router` $stateParams vs. $state.params

With ui-router, it's possible to inject either $state or $stateParams into a controller to get access to parameters in the …

angularjs angular-ui-router
AngularJS ui-router login authentication

I am new to AngularJS, and I am a little confused of how I can use angular-"ui-router" in the …

javascript angularjs angular-ui-router
Injecting $scope into an angular service function()

I have a Service: angular.module('cfd') .service('StudentService', [ '$http', function ($http) { // get some data via the $http var …

angularjs angular-ui angular-ui-router
Could not resolve '...' from state ''

This is first time i am trying to use ui-router. Here is my app.js angular.module('myApp', ['ionic']) .run(…

angularjs angular-ui-router
Angular - ui-router get previous state

Is there a way to get the previous state of the current state? For example I would like to know …

angularjs angular-ui-router angularjs-routing