Tim Santeford

Results 12 issues of Tim Santeford

Here is an example of a service/model layer that would be useful. ``` var creatives = anxApl.service('creative'); creatives.getById(983904).then(function (creative) { creative.name = 'new name'; return creative.save(); }) creatives.get(pageNumber, pageSize).then(function (records)...

enhancement
help wanted