Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
55 views

I am trying to create an SPA in AngularJS using ngRoute. To do so, I have enabled HTML5 mode to remove the # from the URL. However, when I navigate to a different route (e.g., /about or /contact), the ...
Kushal's user avatar
  • 33
0 votes
1 answer
81 views

I want to change the base url when load the application url is http://localhost:4200/#/ I want to change this to http://localhost:4200/carrom/. For doing this I changed base url to then loading url ...
Harshit Awasthi's user avatar
1 vote
0 answers
30 views

<script> var app = angular.module('myApp', ['ngRoute']); app.config(function($routeProvider){ $routeProvider.when('/dataBinding', { template: ` <div ng-controller="...
Arun's user avatar
  • 11
1 vote
1 answer
74 views

I have two main ASP.NET MVC controllers: Home and User. Home has an Index method that is returning an Index view which is main page for loading partial pages (User Detail, Facility, Login Page) in ng-...
Maryam's user avatar
  • 25
0 votes
1 answer
53 views

The part of the code I want to change is var profile = { name: "web.profile", parent: "web", url: "/profile", title: "...
bambuTR's user avatar
  • 11
0 votes
1 answer
26 views

I am trying to go using ui-sref but it's saying cannot resolve from ''. What did I do wrong in the route configuration. Everything seems correctly configured from my point of view. But i am getting ...
dumb11's user avatar
  • 129
0 votes
1 answer
100 views

<a ui-sref="app.reports.equipmentarg({factoryId: fid})" target="_blank">Click Me</a> it works fine and the parameter passed if I remove the target attribute but then it opens in the ...
Ahmad's user avatar
  • 1
0 votes
1 answer
44 views

I am loading a page after the login process is complete. Basically login page having one ng-view, after login success I'm trying to load an entirely new page to replace the content. $routeProvider ....
boycod3's user avatar
  • 5,343
0 votes
1 answer
92 views

I've got a simple to do application, you enter an item on the new item partial/view, which then adds a new entry onto the UI in the home page partial. I have a service which allows me to share the ...
orangejuice's user avatar
0 votes
1 answer
63 views

I've been trying to get a basic project running with ng-route. I have two views - View A and View B. They are controlled per flipFlop.config(['$routeProvider', function ($routeProvider) { $...
Jonesh Sharma's user avatar
1 vote
1 answer
6k views

I am writing some simple code to practice routing in angular. I have an index.html file which has links to access the respective templates and a div element to display the templates. The templates ...
Michael Murithi's user avatar
0 votes
1 answer
40 views

Scenario : I have update my current angularjs version from AngularJS v1.5.5 to AngularJS v1.5.7. Application is working fine but there is issue with URL routing it is behaving different. Let's see ...
Govinda Rajbhar's user avatar
2 votes
1 answer
483 views

I work on an ASP.NET MVC app which originally used traditional navigation (HTTP GETs and POSTs) and no AJAX/Fetch functionality. Over time, we have brought in AngularJS to take advantage of two-way ...
Jacob Stamm's user avatar
  • 1,920
0 votes
1 answer
169 views

I am trying to make a website which does not need to refresh when going from page to page. I have achieved this before by using the angularJS $routeProvider but for some reason my content will not ...
Dane Williams's user avatar
1 vote
0 answers
321 views

I'm using Angular-ui-router for routing and oclazyload to load each controllers base on routes (lazy loading). Problem: My route.js file is getting bigger and bigger (8000 line until now!) I lazy load ...
Morteza QorbanAlizade's user avatar

15 30 50 per page
1
2 3 4 5
86