nedap / restangular-orm

GNU General Public License v2.0
1 stars 0 forks source link

Override RelationalModel its hasMany() and hasOne() methods #4

Open rubenswieringa opened 10 years ago

rubenswieringa commented 10 years ago

Overrides should call a third method which creates getter-methods, which in turn should call Restangular.getList() or .one() (resp.)

rubenswieringa commented 10 years ago

Comments in file here