yalabot / angular-foundation

http://pineconellc.github.io/angular-foundation/
Other
1.05k stars 266 forks source link

Joyride/Tour modal popup #277

Closed vimes1984 closed 8 years ago

vimes1984 commented 8 years ago

Whats the syntax to use the tour as a modal popup?

vimes1984 commented 8 years ago

The modals don't work?

jbrowning commented 8 years ago

I'm not sure what you mean or what you're trying to do. We have two separate components here, Modal and a tooltip-based Tour.

vimes1984 commented 8 years ago

step 3 here: http://foundation.zurb.com/sites/docs/v/5.5.3/components/joyride.html

jbrowning commented 8 years ago

Ah, no we don't have support for that. In our Tour component, steps are defined on their target elements so there's really no way to define a tour step without a target element.

vimes1984 commented 8 years ago

thats what I thought :D

vimes1984 commented 8 years ago

if I get time I'll patch it and pu tin apull request