I have a problem with the routing of AngularJs.
My structure is this:
- header.php
footer.php
main.php (require header.php and footer.php)
dashboard.php
- associated.php
In the header file is the call to the php class and head booster tag various Js libraries.
In main.php file instead I have the container (ng-view) that the routing of angular use for the slide transition.
Within the pages there are several php and js functions, the problem is that even if the php classes and the js are the system behaves as you are included files were missing and so is the php functions that js functions within the page do not work.
Any idea why?