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.
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 }}
I was asking about laravel, not angular.. but thanks for the tip! very helpful..
still haven't found a solution to this problem.
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.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community