homerjam / angular-gsapify-router

Angular UI-Router animation directive allowing configuration of GSAP state transitions based on priority

Home Page:http://homerjam.github.io/angular-gsapify-router/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using resolve inside the router gives gsapifyRouterBlankState error

sebastiannm opened this issue · comments

Hi,
I get the error 'Could not resolve '' from state 'gsapifyRouterBlankState'' when using a resolve promise. Even if the time to resolve is 0

I edited a working plunker I found and I added the resolve example
http://plnkr.co/edit/YyMExg?p=preview

Thanks for reporting this. There was an issue when using initialTransitionEnabled which uses a hack to force trigger the first transition.