kolkov/angular-editor

How to use dynamic value?

fullstact69 opened this issue · 0 comments

<angular-editor ... [(ngModel)]="{{data[i]}}">
Like this, I want to know how it will be used the dynamic value inside for loop.