That would be a bug, IMO.

-Alex

On 1/3/17, 4:13 AM, "piotrz" <piotrzarzyck...@gmail.com> wrote:

>I see what was the problem:
>
>If my VO has [Bindable] on the top of the class it is not working.
>
>[Bindable]
>public class MenuItemVO {}
>
>If I have [Bindable] on each properties it's working.
>
>public class MenuItemVO
>    {
>        [Bindable]
>        public var label:String;
>}
>
>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-tp57738p57817.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to