Thanks drifter2412, I can confirm that it is working on 1.36.1.
Type: Posts; User: mhancock1
Thanks drifter2412, I can confirm that it is working on 1.36.1.
The code provided is an exact copy of the Getting Started Sencha Cmd exercise. Take a moment to build the small example app per the instructions and you will see what I am referring too.
Here is...
The bind expression for the text property ( "text: '{userName ? "Save: "+ userName : "Save"}' ) returns the entire expression as a string. It does perform any logic over it. What am I doing wrong....
T
he bind expression for the text property reads "
'{userName ? "Save: " + userName : "Save"}'
" as a text and not an expression. I copy and pasted the Main.js in this step and had the...