Skip to content

Instantly share code, notes, and snippets.

View sajal's full-sized avatar
💭
What's happening?

Sajal Kayan sajal

💭
What's happening?
View GitHub Profile
@sajal
sajal / date.coffee.js
Created August 13, 2012 18:21 — forked from dandoyon/date.coffee.js
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 = {};