-
Notifications
You must be signed in to change notification settings - Fork 32
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
The package does not work in a package #20
Comments
Fixed it. Hours of nerding - dont know exactly how it came to work. However, now if I return a particular slug name from the "activeTab" helper it doesn't do anything- event if I hardcode the slug name to be returned - strange. |
Fixed the activeTab issue - had to read the manual :-) but actually ha to add: activeTab=activeTab in the helper: |
+1 |
fixed by adding
in startup.coffee |
When I try to use this package in another package it complains that it can't find "basicTabs". If I paste the "basicsTab" template in to the html of my package then I get "Error: No such function: isActiveTab".
I've tried to include the package in all possible load orders but still no luck. Any one knows whats going on ?
The text was updated successfully, but these errors were encountered: