You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2017. It is now read-only.
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.