How are you using it? Are you getting compiler errors? Did you put a ContainerDataBinding or ItemRendererDataBinding in the MXML?
-Alex On 1/2/17, 2:17 PM, "piotrz" <piotrzarzyck...@gmail.com> wrote: >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 >piotrzarzyck...@gmail.com >-- >View this message in context: >http://apache-flex-development.2333347.n4.nabble.com/FlexJS-MDL-Why-bindin >g-is-not-working-in-MDL-example-tp57738p57782.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.