console.log(this.model.has('newField')); //return false for normal page loading (enter by clicking link)
//but returns true when refreshing the page (force-reload)
What could be the issue? time lagging?
Is there any way to use call-back to retrieve data from the model? this.model.get("fieldName")
Cheers,
Steven
//but returns true when refreshing the page (force-reload)
What could be the issue? time lagging?
Is there any way to use call-back to retrieve data from the model? this.model.get("fieldName")
Cheers,
Steven