Search and Top Navigation
#8013 closed enhancement (worksforme)
Opened January 15, 2012 06:14PM UTC
Closed January 15, 2012 06:20PM UTC
Make accoridion work with more javascript frameworks
Reported by: | hviid | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.accordion | Version: | 1.8.17 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Some frameworks, like angularjs uses attributes on tags to do iteration of elements, see:
http://docs.angularjs.org/#!/api/angular.widget.@ng:repeat
The Accordion iterates two elements <h3> and <div>, without them being wrapped in a parent, if this were changed the jQuery accordion could be used with 3rd party templating, which would be nice, since jQuery doesn't have any official templating atm.
Attachments (0)
Change History (1)
Changed January 15, 2012 06:20PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
Works for me: http://jsbin.com/osujel/edit