Original (and more details) on: http://stackoverflow.com/questions/28544403/core-list-dart-how-access-variable-observable-outside-data-attribute I'm trying to apply a filter through a variable (asDateTime) for a given column to the core-list-dart. This variable is outside of the content data attribute (model). When I access this variable, an error is throws. Exception: Uncaught Error: Error evaluating expression '(model.dataVencimento | asDateTime)': Class '_ListModel' has no instance getter 'asDateTime'. NoSuchMethodError: method not found: 'asDateTime' Receiver: Instance of '_ListModel' Arguments: [] Second comments on stackoverflow, in JS it´s works. Apparently this is a bug.
Original (and more details) on:
http://stackoverflow.com/questions/28544403/core-list-dart-how-access-variable-observable-outside-data-attribute
I'm trying to apply a filter through a variable (asDateTime) for a given column to the core-list-dart.
This variable is outside of the content data attribute (model). When I access this variable, an error is throws.
Exception: Uncaught Error: Error evaluating expression '(model.dataVencimento | asDateTime)': Class '_ListModel' has no instance getter 'asDateTime'.
NoSuchMethodError: method not found: 'asDateTime' Receiver: Instance of '_ListModel' Arguments: []
Second comments on stackoverflow, in JS it´s works. Apparently this is a bug.