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
hey
greate example it helped very much but in your model.js the last comma should be removed in my opinion. Here is the place:
var User = DB.Model.extend({
tableName: 'tblUsers',
idAttribute: 'userId',
});
The text was updated successfully, but these errors were encountered:
hey
greate example it helped very much but in your model.js the last comma should be removed in my opinion. Here is the place:
var User = DB.Model.extend({
tableName: 'tblUsers',
idAttribute: 'userId',
});
The text was updated successfully, but these errors were encountered: