Plupload-AngularJS icon indicating copy to clipboard operation
Plupload-AngularJS copied to clipboard

ng-repeat error dupes

Open meltinspace opened this issue 11 years ago • 2 comments
trafficstars

Hi, I can't get this work. I get ng-repeat error for duplicated values. Any idea ? Thanks and congrats for your blog: awesome articles and great stuff.

meltinspace avatar Sep 29 '14 17:09 meltinspace

@meltinspace it could be that you need to re-initialize the API. If something went wrong, you might be getting duplicate IDs passed back (the duplicate IDs is usually the reason that the ng-repeat will fail). Try hitting /api/index.cfm?init=1 (relative to where the demo is).

That page will look like it broke / return a 404. But will clear out the API. Then try the demo again.

Also, the API runs using ColdFusion, so if you don't have that set up, then the API will likely break.

bennadel avatar Sep 29 '14 18:09 bennadel

Hi Ben, ok it works now...I didn't realise there was ColdFusion behind. Also...I will work at a Java backed version. Thanks for your prompt reply.

meltinspace avatar Sep 29 '14 20:09 meltinspace