Questions tagged as 'ui.router'

1
answer

ngRouter does not redirect to the specified path

I'm learning
asked by 26.08.2016 / 00:34
3
answers

ui.router or express to configure the routes of each view

I am trying to develop an application in full-stack JavaScript. I knew the routing system that offers angularjs based on states with ui.router , but I've seen that nodejs has another system to return views with express depending on t...
asked by 26.01.2017 / 20:07
1
answer

Angular problem ui.router when putting ui-view / ui-view in index.html

Good morning. I'm doing a web with NodeJs and AngularJs using bower for libraries, gulp for tasks, use ui.router to do the routes and I have in index.html a div ui-view tag that I try to make dynamic to change the content . But I get errors f...
asked by 29.12.2016 / 11:24
1
answer

ui-sref does not work in bootstrap navbar

I am using AngularJS v1.6.9, Bootstrap version 3.3.0 and ui-router version v1.0.15 when adding the ui-sref in the bootstrap navbar, it does not change the state, nothing happens when I click on some menu options. <nav class="navb...
asked by 01.03.2018 / 19:32
0
answers

More than 4 attributes in an asp.net path

I have a problem. I need to have four parameters in my route, so that it looks like this. link First I was successful when I used only three parameters on the route, like this: link but now that I need to use one more parameter,...
asked by 11.11.2018 / 11:04
1
answer

AngularJS: Do not load the created routes

I have the following problem, they do not load the routes: My directory contains the following structure: The HTML is as follows: The routes have the following configuration: I tried changing the routes by:...
asked by 23.03.2017 / 22:14