AngularSlideables
AngularSlideables copied to clipboard
Hash used in slideToggle directive
I noticed the JSFiddle and the tutorial on Github both show usage as slide-toggle="#derp" but it only works for me if i use without the # (ie slide-toggle="derp")
The example in the README is wrong. The slideable directive compares "#xxx" against attrs.id, which never has a hash preceding it.
I think this issue is really about classes, not IDs.