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 do I pass a value from a ui-gmap-windows InfoWindow/Marker to ui-sref?

I am trying to create a link inside an InfoWindow on a Google Map, using the angular-google-maps module's ui-gmap-windows. In …

javascript angularjs google-maps angular-ui-router angular-google-maps
Angularjs base tag and $locationProvider prevents templates to be loaded

I want to remove the # on angularjs url. So I followed this blog. This is my .config() : .config(['$stateProvider', …

angularjs url angular-ui-router pretty-urls
UI-Router Multiple Views Single Controller not work

I would like to use one controller defined in views, but the $scope does not define anything. Is there a …

angularjs ionic-framework angular-ui-router state ionic-view
How to Redirect with UI Router When Session Expires in Firebase

I'm using Angular with Firebase and UI Router. I'm using anonymous authentication. When a session expires, I would like the …

angularjs angular-ui-router firebase angularfire firebase-security
Angular child route loading parent instead of child component

Am trying to navigate my Angular application based on parent child concept. When am loading the parent component gets loaded …

angular angular-ui-router angular4-router
Angular ui-router resolve value as string

With ui-router, I add all resolve logic in state function like this; //my-ctrl.js var MyCtrl = function($scope, customers) { $scope.…

javascript angularjs angular-ui-router angularjs-routing angularjs-controller