Skip to content

Commit

Permalink
Fix timezone issue
Browse files Browse the repository at this point in the history
  • Loading branch information
celsomarques committed Nov 24, 2015
1 parent 5ecf1df commit 0d2b67f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datepicker-for-ionic",
"version": "1.1.6",
"version": "1.1.7",
"authors": [
"Celso Marques <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/templates.js

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

2 changes: 1 addition & 1 deletion dist/templates.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datepicker-for-ionic",
"version": "1.1.6",
"version": "1.1.7",
"description": "A date picker for ionic framework",
"main": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}">

<div class="datepicker-date-cell" ng-click="datepickerCtrl.selectDate(datepickerCtrl.getDate($parent.$index, $index))">
{{ datepickerCtrl.getDate($parent.$index, $index) | date: 'd' : 'UTC' }}
{{ datepickerCtrl.getDate($parent.$index, $index) | date: 'd' }}
</div>

</div>
Expand Down

0 comments on commit 0d2b67f

Please sign in to comment.