Cannot set property 'exists' of undefined
I got this error in /admin page, any idea?
angular.js:4621 Uncaught TypeError: Cannot set property 'exists' of undefined
at Object.
line 3967 is: R.postLikes.exists = function() { var TargetResource = $injector.get("Post"); var action = TargetResource["::exists::Member::postLikes"]; return action.apply(R, arguments); };
It is a through model, is it not supported ?