Dmitry Shlensky

Results 1 comments of Dmitry Shlensky

I would like to suggest the following interface for associations: ### In your models. ``` js module('myApp', ['ActiveRecord']); module('myApp').factory('Task', function (ActiveRecord, Comment) { return ActiveRecord.extend({ $urlRoot: '/api/tasks', $constructor: function Task(properties)...