I'm trying to integrate DropzoneJS into my Angular project. I have a component set up and it's mostly ok. I'd like to collect information (a description) of each file added and have that description put into my bound Angular object. I've updated the preview template used by Dropzone to include Angular directives (like the following)
[(ngModel)]="model.field" However, this code is added straight into the DOM by Dropzone and Angular doesn't seem to see it. Is there a way to register this dynamically-added HTML content so that Angular can deal with it? -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
