Base solution for your next web application
Open Closed

Problem with Template (ASP.NET Core / Angular) #3515


User avatar
0
bilalhaidar created

Hello,

In the MVC/Angular js version of the template, clicking on the Logo menu, collapses/expands the side-bar.

With the new template (Core) clicking on navigation menu icon, nothing happens.

I am referencing the menu icon in an attached image.

Thanks


5 Answer(s)
  • User Avatar
    0
    alirizaadiyahsi created

    Hi,

    We fixed it, and it will work next release. Check this: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/commit/60a17ced7fa915917d162ccc60ef3e2947d089be">https://github.com/aspnetzero/aspnet-ze ... 2947d089be</a>

  • User Avatar
    0
    bilalhaidar created

    Thanks :)

    How can I check the code fix? I won't be downloading the code again, so if possible I change the fix in my code.

  • User Avatar
    0
    alirizaadiyahsi created

    Hi,

    I provided a link to check changes. Just remove following block (at the end of the angular/src/assets/metronic/admin/layout4/scripts/layout.js)

    if (App.isAngularJsApp() === false) {
    ...
    
  • User Avatar
    0
    bilalhaidar created

    Thanks a lot.

  • User Avatar
    0
    alper created
    Support Team

    good to hear it works ;)