UI-Router evolves the concept of an AngularJS Route into a more general concept of a State for managing complex application UI states.
I'm facing an issue on how to implement route restrictions based on remote data gotten from the server. Suppose I …
javascript angularjs angular-ui-router user-permissionsIs there a way to add a search parameter to the URL when using UI-Router's $state.go()? I would like …
javascript angularjs angular-ui-routerI already have done $locationProvider.html5Mode(true); but it is not working. Whenever I access http://example.com it …
angularjs routing angular-ui-router angularjs-1.6I'm using ionic v1.0.0 and do not understand the way parallel history managed by $ionicHistory works. Especially on Android devices, …
angularjs angular-ui-router ionic-frameworkI am using ui-router for routing and angular-translate for translations. What i would like to achieve is having the selected …
angularjs angular-ui-router angular-translateI have developed a Single Page App that uses a REST api. Users are required to login to access the …
angularjs templates controller angular-ui-router user-rolesLet's say we have a parent-child relationship defined in our $stateProvider as follows: .state('myProfile', { url: "/my/profile", templateUrl: 'my/…
javascript angularjs state angular-ui angular-ui-routerThe landing page of my app has two states: home-public, home-logged-in. Now I want to show both states on the …
javascript angularjs angular-ui-routerIt's been hours since I started working on this problem and I can't seem to get my head around the …
angularjs angular-ui angular-ui-router angular-routingI want to start using Angular's ui-router instead of ngRoute. Originally, my app config looked like myApp.config(["$routeProvider", function($…
angularjs routes angular-ui-router ngroute