How to use angularjs with blade

Blade is a template engine with is developed by laravel.Blade is driven by template inheritance and sections. All Blade templates should use the .blade.php extension.Angular JS is a opensource JavaScript MVW Framework.There is a similarity in blade and angular js.Both of this language we wrote code using {{ }} expression.So there is a conflict,if we use angular js and blade in same page.In this article i gave a solution how to change angular js start and ending expression.Suppose your ng-app name is myApp.Let’s see how to change expressoin.

Now you can easily angular js like this {kp key kp}