Alex,
I did simple test:
[Bindable("dataChange")]
public function get menuItem():MenuItemVO
{
return data as MenuItemVO;
}
override public function set data(value:Object):void
{
super.data = value;
dispatchEvent(new org.apache.flex.events.Event("dataChange"));
}
Above code do not working. It should work in FlexJS yes ?
Piotr
-----
Apache Flex PMC
[email protected]
--
View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-MDL-Why-binding-is-not-working-in-MDL-example-tp57738p57782.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.