Hide navbar from Adminlte with Meteor

0

Hello, I'm trying to migrate the dashboard from AdminLTE to meteor, but the button to hide the left menu does not it works, it incorporates the css, but I do not know how to add the js. They could help me =)

    
asked by Rastalovely 29.06.2017 в 02:12
source

1 answer

0

You have to activate the layout when you have done the render with:

$.AdminLTE.layout.activate()

    
answered by 21.07.2017 в 14:42