Skip to content

Instantly share code, notes, and snippets.

View dandoyon's full-sized avatar

Dan Doyon dandoyon

  • Doctor On Demand
View GitHub Profile
@dandoyon
dandoyon / date.coffee.js
Created August 13, 2012 17:43
Coffeescript generated javascript for angular-ui ui-date directive
/*
jQuery UI Datepicker plugin wrapper
@param [ui-date] {object} Options to pass to $.fn.datepicker() merged onto ui.config
*/
angular.module('ui.directives').directive('uiDate', [
'ui.config', function(uiConfig) {
var options;
options = {};