css not working in child theme when using ng-include

110 Views Asked by At

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:

Without ng-include directive

With ng-include directive

in the past when I was using php with i don't have the same problem. WHat can I do?

1

There are 1 best solutions below

0
Guido Caffa On

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!