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.

Ionic framework $state.go('app.home'); is adding back button on page where i want to go (how to remove it)?

I have app with sidebar menu. I am on second page and i'm calling controller function which redirect me to …

javascript angularjs angular-ui-router ionic-framework
Angular ui router unit testing (states to urls)

I'm having some trouble unit testing the router in my application, which is built on the Angular ui router. What …

javascript unit-testing angularjs angular-ui-router
Why give an "abstract: true" state a url?

I've be fiddling around with ui-router today in trying to better understand the scaffolding in Ionic and one thing that …

angularjs ionic-framework angular-ui-router state abstract
(Angular-ui-router) Show loading animation during resolve process

This is a two part question: I am using the resolve property inside $stateProvider.state() to grab certain server data …

javascript angularjs angular-ui-router
How to achieve that "ui-sref" be conditionally executed?

I want to validate certain condition before the browser follow the link dynamically created by ui-router. I was looking into $…

javascript angularjs angular-ui-router
AngularJS ui-router : Could not resolve___ from state ___ Error

I am following along on this year old ui-router tutorial http://txt.fliglio.com/2013/05/angularjs-state-management-with-ui-router/ and I'm getting the following …

angularjs pug angular-ui-router mean-stack
Loading relative templateUrl

I've been trying to find the best way to create a modular, scalable angular application. I really like the structure …

angularjs angularjs-directive angular-ui-router angular-template
ui-router resolve with dynamic parameters

This is probably simple but I can't find anything in the docs and googling didn't help. I'm trying to define …

angularjs angular-ui angular-ui-router
Angular UI Router: How do I get parent view to be "active" when navigating to nested view?

I'm working on a project that has implemented the UI router and it's using ui-sref-active="active" to add the active …

angularjs angular-ui angular-ui-router
Trigger state in button tag using ui-sref

What is the elegant way to trigger a state with angular-ui-router by clicking <button>? I am using ui-sref="…

javascript angularjs angularjs-directive angular-ui-router