angular-route-segment icon indicating copy to clipboard operation
angular-route-segment copied to clipboard

A lightweight extension for AngularJS $route service which supports tree-like nested views and routes, and advanced loading flow handling.

Results 57 angular-route-segment issues
Sort by recently updated
recently updated
newest added

Bumps [jquery](https://github.com/jquery/jquery) from 2.2.4 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...

dependencies

Hi, I read the document and it says that templateUrl can be a function, but when I use the function, the error appears. Error: [$injector:unpr]. It works fine in string....

The file angular-route-segment.min.js is missing in the build folder

Good day, @artch ! I want to change location before template is fired. So I get authorization status via `resolve` via `$http` and do `$location.path('/login')` in controller. But template is...

Our app is using Angular Route Segment. I upgraded angular-route and angular to 1.6.2 and Angular Route Segment doesn't work. Have you tested it with 1.6?

I am tried to move from controller toward using the new angular 1.5 component model and then I tried to put the new element in the template of a route-segment...

To fix add a New Bower WebJar failed! All attempts to determine an acceptable license have been exhausted. The bower.json file did not contain a spec-compliant license definition and the...

It's been a [PR in angular.js](https://github.com/angular/angular.js/pull/5923) for quite some time, and it would great to add it to the route segment, wouldn't it?

I can't find it anywhere in the documentation, and tried to use it without success, so how can we specify query strings in the url? it is possible with ui-router...

It seems $routeChangeSuccess is fired before is supposed to. Basically is not waiting for resolving $routeProvider.resolve hash of promises. I have prepared a plunker http://plnkr.co/edit/Hvqejt that reproduces it Current code...