FrozenCanuck / Ki

A Statechart Framework for SproutCore
http://frozencanuck.wordpress.com
Other
105 stars 7 forks source link

Make isCurrentState et al observable #2

Closed devinus closed 13 years ago

devinus commented 13 years ago

Right now I can't make a binding to isCurrentState because it's not re-fired once the state does become the current state since it's just a .property().

FrozenCanuck commented 13 years ago

Agreed. Will be addressed

FrozenCanuck commented 13 years ago

Has now been addressed

FrozenCanuck commented 13 years ago

Made a mistake when calling a state's notifyPropertyChange method. See issue #3.