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
I have a problem with a nested model:
{
name:'Gabo',
scheduler:{
date: 1987198712,
type: 'daily'
}
}
the modelBind doesn't recognize the properties in scheduler, how can I do for make a bind in date and type?