Branch: refs/heads/FORGEPLUGINS-126
Home:
https://github.com/forge/angularjs-scaffoldx-plugin
Commit: e4858d825405fd3c40c0cf3cbcebe589c26e9d21
https://github.com/forge/angularjs-scaffoldx-plugin/commit/e4858d825405fd...
Author: Vineet Reynolds <Vineet.Reynolds(a)gmail.com>
Date: 2013-08-11 (Sun, 11 Aug 2013)
Changed paths:
M src/main/resources/scaffold/scripts/controllers/editEntityController.js.ftl
M src/main/resources/scaffold/scripts/controllers/newEntityController.js.ftl
Log Message:
-----------
FORGEPLUGINS-126 Send only resource Ids for associations
Due to the changes in the REST plugin introduced by FORGE-1060, it is preferable to send
only the Ids of the resources instead of sending the entire top-level resource
representation to the server. This commit address that by ensuring that the AngularJS
model contains only the resource Ids.