How do i have some default property in ItemView or Layout in Backbont.Marionette.js.
we have the default property in model like the following .
Backbone.Model.extend({
defaults: {
contract:"",
}
});
in the above model we have defaults
to have some default properties. Can we have something similar in ItemView or Layout
One should be able to change the value for the defaults which are specified in Itemview or Layout