View doesn't call model transform function #12850
Answered
by
m1ga
beppo-ivel
asked this question in
Q&A
-
With respect to the minimal working example below, I run into the following issue that "$myLbl" is empty in the last step:
index.xml
tab1.xml
tab2.xml
createSomething.xml
controllers/index.js
controllers/tab1.js
controllers/tab2.js
controllers/createSomething.js
models/tab1.js
|
Beta Was this translation helpful? Give feedback.
Answered by
m1ga
Jun 18, 2021
Replies: 1 comment
-
out of curiosity: why do you open the index again? Just close the window If you want to keep it like this add
to tab1.js. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
beppo-ivel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
out of curiosity: why do you open the index again? Just close the window
$.window3.close();
in createSomething and you are back to the previous index.If you want to keep it like this add
to tab1.js.