Support the ongoing development of Laravel.io →
posted 10 years ago
Views

Can anyone point me to the direction on how to fix this?

I changed the delimiter to <% %> because I am using angular on the same page. Also, the files are appropriately named <file>.blade.php

I don't know if I am missing something.. because I do have it working on my osx, but not in ec2.

thanks.

Last updated 2 years ago.
0

I am using angular as well. There is a simple way to still use the same {{}} tags.

All you have to do is append the curtly braces with an at sign.

@{{ $angular will parse this }}

Last updated 2 years ago.
0

I was asking about laravel, not angular.. but thanks for the tip! very helpful..

still haven't found a solution to this problem.

Last updated 2 years ago.
0

I think he was saying that if you put an @ like this

@{{ $angular will parse this }}

Laravel will render

{{ $angular will parse this }}

And that is suited for using angular with the standard delimiters. Im guessing.

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

jamoy jamoy Joined 12 Jun 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.