A lightweight extension for AngularJS $route service which supports tree-like nested views and routes, and advanced flow handling.
Questions tagged [angular-route-segment]
53 questions
0
votes
1 answer
angularjs ui-route: change only 1 nested view and save other views from reloading
dummy project download link`
--mainview
--mainview/about
--mainview/about/leftcontainer
--mainview/about/rightcontainer
Problem
I have a button on about change right side column that changes the view of rightcontainer ui-view but it also refreshes…

Vikas Bansal
- 10,662
- 14
- 58
- 100
0
votes
0 answers
angular $routeProvider based on imported json from webApi
I am trying to implement the angular dynamic $routeProvider based on importing json values. here i'm unable to get correct syntax can any one help to solve This. my issue is
here i'm trying make $routeProvider as dynamic by avoiding the hard code…

Brahmaiah P
- 41
- 4
0
votes
0 answers
AngularJS - Invoke same view with different content
I am a bit new to AngularJS and currently I am building a site to show questions to user. A view should contain a question and next button - by clicking which user should be shown next question.
For this, I created one ng-view (using angular-router…

Ketan
- 738
- 2
- 9
- 20
0
votes
1 answer
Angular Routes not giving me any output
Why my routes not working well ?
I'm sure that my code is true but no thing happen when I trying to run it , why the routes not routing the files ??
this is my main file code
routes.html
…

Astm
- 1,519
- 2
- 22
- 30
0
votes
4 answers
Navigate to Template using angular route
I have been trying to navigate to views using angulateJs ngRoute.
I defined first navigation using
$routeProvider.
when('/login', {
templateUrl: 'login.html',
controller: 'loginCtrl'
}).
…

Binod Singh
- 682
- 4
- 11
- 22
0
votes
2 answers
I have hit an AngularJS wall
I am trying to pick AngularJS back up. I created a site with a previous version of AngularJS and RequireJS and never had this issue, I have searched and searched and still cannot get this to work so I am reaching out. I am trying to use RequireJS…

Vessaredan
- 49
- 1
- 11
0
votes
1 answer
failing to use ngRoute with angularjs and requirejs
I’m trying to use angularjs and requires for creating basic site
Unfortunately I am failing to use the angular routing,
This is the errors that im getting:
Uncaught TypeError: Cannot read property 'module' of undefined…

Shaul Atiya
- 11
- 3
0
votes
1 answer