You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loadModel method is called twice in a row and the promises are fulfilled, both loadModel's then & always blocks from both calls never hit the breakpoint and never get called.
View Model load()'s then & always blocks from both calls did get called though
The text was updated successfully, but these errors were encountered:
viewModel.load() method:
View Controller method:
When
loadModel
method is called twice in a row and the promises are fulfilled, bothloadModel
'sthen
&always
blocks from both calls never hit the breakpoint and never get called.View Model
load()
'sthen
&always
blocks from both calls did get called thoughThe text was updated successfully, but these errors were encountered: