angularjs - Use angular in laravel views -
this firs question here ive been trying find solution these days. i
m building multi-page website , id use angular front-end. i
ve seen of people have issue of combining angular syntax laravels i
d know if its possible include angular 1 of laravel
s views without having re-route angular.html page angular directory. want know if theres way use angular directly "route::get('test', 'controller@gettest')" problem when set response on controller page( return view('pages.test')->with(array('1' => $1, '2' => $2)); ) angular scope method gets data whole , it
s hard target array 1 example use in angularcontroller hope makes sense.... in advance!
Comments
Post a Comment