You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove [state.async], you can use option.async for asynchronous navigation. but I suggest you to use promise instead. The only change that isn't backward-compatible.
I need some time to update the doc, you can preview the incomplete version HERE
Although stateman 's version is only 0.2.x, but I think it is ready to release the stable version. So, I will do my best to make it good enough during the v0.2.x. The next version will be 1.0.0.
The text was updated successfully, but these errors were encountered:
I have complete the work with version 0.2.0. you can find it at branch:develop.
ChangeLog
enter
,leave
andcanEnter
,canLeave
( introduced in v0.2.0) to help us implement some asynchronous navigation. Promises #7namespace
support #16option.async
for asynchronous navigation. but I suggest you to use promise instead. The only change that isn't backward-compatible.watch
as the default task Default Gulp task #13I need some time to update the doc, you can preview the incomplete version HERE
Although stateman 's version is only 0.2.x, but I think it is ready to release the stable version. So, I will do my best to make it good enough during the v0.2.x. The next version will be 1.0.0.
The text was updated successfully, but these errors were encountered: