Skip to content
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

added item_container_attrs when drawing menus #318

Merged
merged 1 commit into from
Jan 27, 2016

Conversation

gcrofils
Copy link
Contributor

In order to use draw_menu with angularJS, attributes must be added to the item container.
Ex:
callback_item: lambda{|args| args[:item_container_attrs] = "ui-sref-active='active'"; args[:link_attrs] = "ui-sref=\"category({categoryId: #{args[:menu_item][:id]}, categorySlug: '#{args[:menu_item][:slug]}'})\" href"}

owen2345 added a commit that referenced this pull request Jan 27, 2016
added item_container_attrs when drawing menus
@owen2345 owen2345 merged commit d5a4022 into owen2345:master Jan 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants