[
https://issues.jboss.org/browse/FORGEPLUGINS-120?page=com.atlassian.jira....
]
Vineet Reynolds commented on FORGEPLUGINS-120:
----------------------------------------------
Supporting composite keys in the AngularJS scaffold would require AngularJS to support
matrix URIs. Support for this is residing in a [PR
#4067|https://github.com/angular/angular.js/pull/4067].
Invalid AngularJS controllers are generated
-------------------------------------------
Key: FORGEPLUGINS-120
URL:
https://issues.jboss.org/browse/FORGEPLUGINS-120
Project: Forge Plugins
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: AngularJS Scaffold
Environment: AngularJS scaffold plugin v1.0.1.Final
Reporter: Vineet Reynolds
Assignee: Vineet Reynolds
The following code is generated in the AngularJS controllers via the Scaffolding plugin:
{noformat}
if($scope.actor.filmActors){
$.each($scope.actor.filmActors, function(idx, element) {
if(item. == element.) {
$scope.filmActorsSelection.push(wrappedObject);
}
});
}
{noformat}
Note the invalid comparison expression.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)