angularjs - Use angular in laravel views -


this firs question here ive been trying find solution these days. im building multi-page website , id use angular front-end. ive seen of people have issue of combining angular syntax laravels id know if its possible include angular 1 of laravels 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 , its hard target array 1 example use in angularcontroller hope makes sense.... in advance!


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -