-
Notifications
You must be signed in to change notification settings - Fork 175
Open
Description
Hi All,
How do i bind the model with backbone variable like
var RepeatModal = Backbone.Model.extend({
defaults: {
"uRepeateverybyweek": true,
"uRepeateverybyday": false,
"uRepeaton": true,
"uRepeatby": false
}
});
In Html:
<% if(elements.attributes.uRepeateverybyweek == true) { %>
<select id="uRepeateverybyweek" class="form-control">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
<% } %>
elements.attributes.uRepeateverybyweek is not working ? with backbone.stickit
Metadata
Metadata
Assignees
Labels
No labels