-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
MVVM validator can't recognize data binding syntax and mark it as wrong syntax.
e.g.
<listcell label="@{users.userID}" />
MVVM validator will mark @{users.userID} as wrong syntax but it's correct.