Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 3c03200

Browse files
committed
Merge pull request #56 from RyanGladstone/patch-1
typo correction
2 parents bfa2b96 + aef15c6 commit 3c03200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/angular-datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
, datetime = $locale.DATETIME_FORMATS
3434
, pageDatepickers
3535
, htmlTemplate = '<div class="_720kb-datepicker-calendar" ng-blur="hideCalendar()">' +
36-
//motnh+year header
36+
//month+year header
3737
'<div class="_720kb-datepicker-calendar-header" ng-hide="isMobile()">' +
3838
'<div class="_720kb-datepicker-calendar-header-left">' +
3939
'<a href="javascript:void(0)" ng-click="prevMonth()">' + prevButton + '</a>' +

0 commit comments

Comments
 (0)