I'm using AdminLTE template to create a simple web app. I'm traing to use AngularJS for my front end. I want to split my theme in some child themes because it's easier to mantein. To do this, i use "ng-include" directive, but the html in the child view isn't beeing display correctly:
in the past when I was using php with i don't have the same problem. WHat can I do?


Solution. I was using:
when using tag "ng-Include" the css don't work. So i include the first line of profile.html and i add the ng-Include directive:
This work fine for me!