yalabot / angular-foundation

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

Pushed on git a port of RangeSlider for Angular #201

Closed fulup-bzh closed 9 years ago

fulup-bzh commented 9 years ago

Just commited a port of Foundation Range Slider port for Angular.

While I used standard Foundation CSS, I unuckly had to rewrite almost 100% of JS part to comply with Angular way of doing things. The good news is that Angular makes possible to add few extra fonctionnalities on top of standard Foundation range-sliders.

Still very early days of this new Angular/Foundation script. It probably needs some polishing but hopefully foundamentals are in place.

jbrowning commented 9 years ago

Thanks for the info @fulup-bzh. Please open a Pull Request if you'd like to contribute this to the project.

fulup-bzh commented 9 years ago

I'm currently busy working on many projects and do not have enough free to add a new project on my plate. But as soon as I have more time I would be please to propose a Pull Request. I just to check how big would be the effort to push it. I also made a datepicker componant that could be usefull.