christopherthielen / ui-router-extras

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 definition)
http://christopherthielen.github.io/ui-router-extras/
MIT License
917 stars 211 forks source link

"Error: transition.options is undefined" with Sticky States #285

Closed DaAwesomeP closed 8 years ago

DaAwesomeP commented 8 years ago

I'm not sure where this is coming from. I haven't added transitions anywhere.

Error: transition.options is undefined
calcTreeChanges@http://localhost:3000/bower_components/ui-router-extras/release/modular/ct-ui-router-extras.sticky.js:144:1
$StickyStateProvider/this.$get</stickySupport.processTransition@http://localhost:3000/bower_components/ui-router-extras/release/modular/ct-ui-router-extras.sticky.js:181:29
$state.transitionTo@http://localhost:3000/bower_components/ui-router-extras/release/modular/ct-ui-router-extras.sticky.js:719:35
christopherthielen commented 8 years ago

thanks. verified, and fixed

DaAwesomeP commented 8 years ago

Great!