I recently downloaded the Ace Admin template from
As I tried to integrate it into my AngularJS project, I encountered a problem when using specific parts of the template in custom directives. To isolate and simplify the issue, I created a plunker at https://plnkr.co/edit/4Xdk9dSlTWl4rWap7zav?p=info.
In the page-content.html file, you'll find a
<sidebar></sidebar>
directive.
This directive causes the
<div class="main-content-inner">
to fall beneath it.
However, if you replace the
<sidebar></sidebar>
directive with the code from sidebar.html, the layout appears as desired.
I'm unsure how to address this behavior and would appreciate any insights or solutions.