ui-router-extras icon indicating copy to clipboard operation
ui-router-extras copied to clipboard

THIS PROJECT IS NO LONGER MAINTAINED -- Extras for UI-Router for AngularJS. Sticky States (a.k.a. parallel states), Deep State Redirect (for tab-like navigation), Future States (async state definitio...

Results 100 ui-router-extras issues
Sort by recently updated
recently updated
newest added

I'm not entirely sure that this is the correct solution but I saw that in https://github.com/angular-ui/ui-router/commit/66ab048 the transition errors are caught silently and thought that the same should happen here...

Angular: V1.2.28 UI-ROUTER: V0.2.13 I add the ct-ui-router-extras.min.js into my project. Include the submodules as an angular dependency. But the console gives me these errors whenever I change routes: ```...

update bower.json as per issue: https://github.com/christopherthielen/ui-router-extras/issues/354

bower ui-router-extras#* not-cached https://github.com/christopherthielen/ui-router-extras.git#* bower ui-router-extras#* resolve https://github.com/christopherthielen/ui-router-extras.git#* bower ui-router-extras#* checkout 0.1.3 bower ui-router-extras#* invalid-meta **The "description" is too long, the limit is 140 characters** bower ui-router-extras#* mismatch Version declared...

[app.txt](https://github.com/christopherthielen/ui-router-extras/files/582857/app.txt) Please see the error below when switching between states. I can transit from one state to the other at first but i can not go back to the previous...

I am using the reset function of stickyStates to wipe old states once the user clicks the back button of my app (ui-router-extras 0.0.14). Two example states: name: 'example.post', params:...

I update ui-router to 0.2.18 and ui-router-extras to 0.1.2 and now I got some error... The navigation still occurs, but this error appears on the console: ERROR When debug is...

bug

Would it be possible to implement a solution that sticky/parallel states are represented in the URL? Let's assume I have two ui-views (left, right) on a page. I would like...

enhancement
stickystate

When using angular-poller with CommonJS `require` statements it's not possible to retrieve the AngularJS module name from the module. Most AngularJS modules published to npm export the module name string...

enhancement

I see that statevis.js is using d3 but package.json's dependency is empty. Should not it be there?