Closed ggando closed 10 years ago
Hi, I believe the following code gives an error.
myModalButtons: [ {title: 'Submit', clicked: "submit"}, {title: 'Cancel', clicked: "cancel", dismiss: 'modal'} ],
I've tested and it works with the following
myModalButtons: [ Ember.Object.create({title: 'Submit', type: 'primary', clicked: 'submit'}), Ember.Object.create({title: 'Cancel', dismiss: 'modal'}) ],
Indeed, please use ember objects, i'll fix the docs.
Hi, I believe the following code gives an error.
I've tested and it works with the following