This repository has been archived by the owner on Sep 20, 2020. It is now read-only.
0.0.10
Pre-release
Pre-release
christopherthielen
released this
27 Aug 16:02
·
160 commits
to master
since this release
0.0.10 (2014-08-27)
Issues tagged to this milestone
Bug Fixes
- Proper filename casing for case-sensitive filesystems #47 from theomy ((9b5a62b))
- $stickyState:
- Fix states not exiting when the state parent attribute is used ((a3f0f9d))
(instead of the fully qualified dotted notation)
- Fixed the decorated $state.transitionTo promise result. ((873e9a7))
When it should have been returning a rejected promise, it was instead returning a resolved promise with the error as the value. closes #42
- Made root.locals inherit from __inactives.locals. ((02c804c))
Removed resolve and globals from __inactives. closes #37
- Sticky States needs access to the root state. ((f3cf772))
It can now access it even if no user-defined states have been decorated. closes #36
- Proper filename casing for case-sensitive filesystems - renamed stickystate.js to stickyState.js
Features
- DSR:
-
$transition$ :- new injectable promise object
$transition$ ... docs pending
- new injectable promise object