You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per the docs, I'm trying to access the newIndex, etc from within onAdd, but it doesn't seem like the event is passed. Rather, in its place, I'm receiving the model object.
onAdd: function (evt) {
console.log(evt);
},
I'm using this within an AngularJS app.
The text was updated successfully, but these errors were encountered:
Per the docs, I'm trying to access the newIndex, etc from within onAdd, but it doesn't seem like the event is passed. Rather, in its place, I'm receiving the model object.
I'm using this within an AngularJS app.
The text was updated successfully, but these errors were encountered: