zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

Incorrect function name in angular FoundationApi docs #770

Open Provinite opened 8 years ago

Provinite commented 8 years ago

Over at http://foundation.zurb.com/apps/docs/#!/angular-modules the method is listed as FoundationApi.toggleAnimation(element, futureState) but it looks like the method is actually FoundationApi.toggleAnimate unless I'm mistaken. When called it also throws an error: FoundationAnimation.toggleAnimate is not a function.

From what I can see, the correct function names (as defined in the code are)