Skip to content

Commit

Permalink
Merged feature/validation branch into master.
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eb committed Jun 24, 2016
1 parent 1a1f301 commit 0ff2908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/datetime-range.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/datetime-range.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'active': calendar.clone().startOf('month').add($parent.$index, 'weeks').weekday($index).startOf('day').isSame(selected.clone().startOf('day')),
'inactive': calendar.clone().startOf('month').add($parent.$index, 'weeks').weekday($index).month() !== calendar.month()
}"
ng-click="setDate(calendar.clone().month(calendar.clone().startOf('month').add($parent.$index, 'weeks').weekday($index).month()).date(calendar.clone().startOf('month').add($parent.$index, 'weeks').weekday($index).date()), calendar_update)">
ng-click="setDate(calendar.clone().month(calendar.clone().startOf('month').add($parent.$index, 'weeks').weekday($index).month()).date(calendar.clone().startOf('month').add($parent.$index, 'weeks').weekday($index).date()), true)">
{{ calendar.clone().startOf('month').add($parent.$index, 'weeks').weekday($index).date() }}
</span>
</div>
Expand Down

0 comments on commit 0ff2908

Please sign in to comment.