Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
copy it to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
panvourtsis committed Jul 12, 2017
1 parent 696c4c7 commit 4f34ac9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions dist/multipleDatePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,13 @@
* Number of years from scope.month to show in future in select
* note : will change year into a select
*/
changeYearFuture: '=?'
changeYearFuture: '=?',

/*
* Type: function
* The moment object with functions. Optional if you dont want it on the global scope
*/
moment: '=?',
},
template: '<div class="multiple-date-picker">' +
'<div class="picker-top-row">' +
Expand All @@ -150,7 +156,7 @@
'</div>' +
'</div>',
link: function (scope) {

var moment = moment || scope.moment;
scope.ngModel = scope.ngModel || [];

/*utility functions*/
Expand Down

0 comments on commit 4f34ac9

Please sign in to comment.