angular-model-factory makes working with RESTful APIs in AngularJS easy! https://swimlane.github.io/angular-model-factory
...
actions: {
base: {...},
deleteLink: function(id, linkId) {
method: 'DELETE',
url: 'path/' + id + '/links/' + linkId
}
}
Seems like the GitHub token for semantic-release is broken: https://travis-ci.org/Swimlane/angular-model-factory#L374
@amcdnl Any idea whether something changed in the configuration? Worked seamlessly for the last release
data : { myData }
, when it should be only myData
Person
:var aPerson = new Person({ id: 1233, name: 'Juri'});
aPerson.save();
aPerson.$save()
@amcdnl Seems like the automatic release process stopped at some point: https://travis-ci.org/Swimlane/angular-model-factory#L374
That's why @vchirkov doesn't get the latest version.
Seems like semantic-release is missing the Github tokens...probably we have to do the semantic-release setup again.
@projectmanagementsystem15
we expect responsive design like : https://datatables.net/
when we reduce browser size base on horizontal to hide a filed same time show plus icon
@amcdnl
totally doable … u need to do your own calculation tho