Has anyone else received an error like this after upgrading to RC5? It
works fine under RC4.
It happens during the template compilation phase. A segment of the template
follows:
<div>
<button class="ui button" (click)="showCustGroupDialog()" >
Incluir grupo econômico
</button>
<sn-sm-modal title="Incluir grupo econômico" #addCustGroupDialog
[approve]="approveNewCustomerGroup">
<modal-content>
<div class="ui fluid input">
<input class="ui input" type="text" [(ngModel)]="newCustGroupName"
(keyup.enter)="approveNewCustomerGroup()" >
</div>
</modal-content>
<modal-actions>
<div class="ui cancel button">Cancelar</div>
<div class="ui approve button">Salvar</div>
</modal-actions>
</sn-sm-modal>
--
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 [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.