[ALOY-1219] ALLOY: prevent parsing of {{ }} in alloy views.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-01-08T00:41:22.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.6.0, Alloy 1.7.0 |
Components | Models |
Labels | n/a |
Reporter | David Bankier |
Assignee | Tim Poulsen |
Created | 2015-01-06T08:23:07.000+0000 |
Updated | 2015-03-19T19:42:56.000+0000 |
Description
Alloy is currently catching and interpreting
as an alloy binding when it should only catch { }.
This change is needed for https://github.com/dbankier/nano.
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2015-01-13 at 9.34.32 AM.png | 2015-01-13T14:35:10.000+0000 | 80603 |
PR: https://github.com/appcelerator/alloy/pull/648 Change by @fokkezb
Tested the PR, comments on GitHub. The PR fails in some cases.
The failing cases do not relate to this issue. It relates to Alloy data-binding not supporting cases like this:
PR merged
Backport to 1_6_X : https://github.com/appcelerator/alloy/pull/654
Note to those testing: Run the ALOY\-1219 test app. Go to the Collection tab. Output should match the attached screen.
Verified fixed using: Titanium SDK 4.0.0.v20150317234215 Studio 3.4.2.201502181619 CLI 3.4.2 Xcode 6.2 Node 0.12 Alloy 1.6.0-alpha Output matches attached screenshot. `` is not parsed.