Closed lnr0626 closed 9 years ago
This fixes the 'cannot read property data on undefined' issues on the first attempted state change. The root of the issue was the $state.previous didn't have an initial value, so was undefined.
Awesome. Thanks!
This fixes the 'cannot read property data on undefined' issues on the first attempted state change. The root of the issue was the $state.previous didn't have an initial value, so was undefined.