yalabot / angular-foundation

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

Adding support for align option, auto-align to opposite direction if dropdown overflows off-screen #229

Open bgilhome opened 9 years ago

bgilhome commented 9 years ago

This adds support for 'align' in the data-options attribute for dropdown toggle elements, to specify the direction in which the drop(down) should appear (defaults to bottom). It also automatically swaps the alignment to the opposite direction if the expanded dropdown overflows the window - maybe this is a bit opinionated, it could be moved into another option.