[ALOY-1284] dataFilter and dataTransform attributes should be cross referenced to js file to ensure function exists
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | None |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Bert Grantges |
| Assignee | Feon Sua Xin Miao |
| Created | 2015-06-26T13:25:25.000+0000 |
| Updated | 2015-06-26T13:25:25.000+0000 |
Description
If you are using data binding in Alloy, and you have a dataFilter or dataTransform function defined in the XML, but not in the javaScript, the application will compile, but then error out.
Expecation:
Alloy should throw an error at compile time alert the developer that they need to create the function .
No comments