I'm working on a project where I need to use the AngularJS 1.4.3. The problem is that I have to use the new routing of course, but on a view I need to use another partial views. E.g. I have a Home view, and this contains 2 dynamic table generated by data from a REST call. These tables should be partial views depends on the user role, etc. Because the 1.4 is brand new I've not found any correct tutorial, or documentation, how can I create these type of sub-components.
Please help me, Thanks in advance