From 3455ce9333fb96506b7ecd38f0762b1f8108e041 Mon Sep 17 00:00:00 2001 From: Jasper Koers Date: Tue, 13 Oct 2015 15:42:52 +0200 Subject: [PATCH] Fixed #4 --- build/angular-mighty-datepicker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/angular-mighty-datepicker.js b/build/angular-mighty-datepicker.js index 095d53f..9058002 100644 --- a/build/angular-mighty-datepicker.js +++ b/build/angular-mighty-datepicker.js @@ -1,7 +1,7 @@ (function() { angular.module("mightyDatepicker", ['pasvaz.bindonce']); - angular.module("mightyDatepicker").directive("mightyDatepicker", function($compile) { + angular.module("mightyDatepicker").directive("mightyDatepicker", ['$compile', function($compile) { var options, pickerTemplate; pickerTemplate = "
\n \n
\n
\n \n \n \n \n \n \n
\n
\n
\n
\n
\n \n
\n
\n
\n
\n \n
"; options = {