-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with AdminLTE body class! #66
Comments
you dont need to set body as template - create empty html file and write
|
Thanks for your reply, but I would like to add some |
This worked for me:
|
Now it work fine, but have problem with event click on |
Uh... I use Blazejs for my templates - not sure what you're using... here's
the doc: http://blazejs.org/api/templates.html#Event-Maps
Templates.MyTemplate.events({
'click .navbar'(event) { ... }
})
…On Fri, Dec 16, 2016 at 5:50 PM, Yuom Theara ***@***.***> wrote:
Now it work fine, but have problem with event click on Navigation Bar.
How to attach event?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEXWhcYl8BQq8huJlGAed6lwUvG2rNewks5rIzHdgaJpZM4HuuzP>
.
|
I would like to add
<body class="hold-transition skin-blue sidebar-mini">
, but don't work withblaze layout
.Please help me.
The text was updated successfully, but these errors were encountered: