I am getting same error please help me.

On Wednesday, August 10, 2016 at 9:48:37 AM UTC-7, Eduardo Cavalcanti wrote:
>
> 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 
"Angular and AngularJS discussion" 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.

Reply via email to