I believe you're missing the directive for NgModel on your component.
On Wed, Aug 10, 2016 at 2:41 PM, Eduardo Cavalcanti < eduardo.m.cavalca...@uol.com.br> wrote: > This is the error message: > > "Template parse errors: Can't bind to 'ngModel' since it isn't a known > property of 'input'. (" > <modal-content> > <div class="ui fluid input"> > <input class="ui input" type="text" [ERROR ->][(ngModel)]="newCustGroupName" > (keyup.enter)="approveNewCustomerGroup()" > > </div> > </modal-c"): CustomerGroups@8:44 > > -- > You received this message because you are subscribed to the Google Groups > "AngularJS" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to angular+unsubscr...@googlegroups.com. > To post to this group, send email to angular@googlegroups.com. > Visit this group at https://groups.google.com/group/angular. > For more options, visit https://groups.google.com/d/optout. > -- Lucas Lacroix Computer Scientist System Technology Division, MEDITECH <http://ehr.meditech.com> 781-774-2293 -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post to this group, send email to angular@googlegroups.com. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.