Can be used AngularJS for the following scenario?
a php back end based on a framework like Laravel or Codeigniter which is used to manage MySQL Data.
On the Frontend AngularJS which shows Data via API (Angular -> <- Codeigniter, Laravel). The user has the possibility to filter back end data with option Boxes and here is the thing on what I'm not sure about.
On each option I would like to deeplink the result of filtered. How would I do that with angular. I read about routing and I'm not really sure if this would be the workaround.