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
This would really really centralize all the magic into App. The main issues standing in the way are:
Modelbind should work without an App instance. This is the worst offender. i think this is no longer a problem?
The reference to this.options.app won't work the same with view subject context vs model self context.
Item 1 may no longer be a problem, but now the two have diverged again due to differences in how viewmodel and subject resolve.
The text was updated successfully, but these errors were encountered:
issa-tseng
changed the title
Maybe: have Library provide point, unify the two and move into app
Maybe: unify the two pointer()s and move into app
Mar 11, 2019
This would really really centralize all the magic into
App
. The main issues standing in the way are:i think this is no longer a problem?Model
bind
should work without an App instance. This is the worst offender.this.options.app
won't work the same with view subject context vs model self context.The text was updated successfully, but these errors were encountered: