yalabot / angular-foundation

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

Just pushed on git a Date Picker for Angular/Foundation #198

Closed fulup-bzh closed 9 years ago

fulup-bzh commented 9 years ago

While it took me some time to accept that Foundation may not have a DatePicker, I finally had to write one. Hopefully it may help other angular-foundation users.

Code: https://github.com/fulup-bzh/DatePicker Demo: http://breizhme.net/datepicker/demo

Syntax:

<date-picker
   id="picker-1" class="my-date-picker"
   format="(EEE) dd-MMM-yyyy" placeholder="Basic Date Selection" today="Today Not Tomorrow"
  ng-model="pickdate1" callback="datePickerCB">
</date-picker>
jbrowning commented 9 years ago

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