Skip to content

Instantly share code, notes, and snippets.

@yojeek
Created May 11, 2016 14:36
Show Gist options
  • Save yojeek/91487f898b1b7d78b62123dbb1ef203a to your computer and use it in GitHub Desktop.
Save yojeek/91487f898b1b7d78b62123dbb1ef203a to your computer and use it in GitHub Desktop.
ExtJS 6 ViewModel isDirty binding
isDirty : {
bind : {
bindTo : '{record}',
deep : true
},
get : function (record) {
return record ? record.dirty : false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment