This repository was archived by the owner on May 29, 2019. It is now read-only.
Commit e373941
fix(datepicker): Make datepicker respect dateFormat inside ng-if
Makes the datepicker respect dateFormat inside ng-if.
It turns out this case didn't fail in angular 1.2 but is necessitated
(along with several other fixes) by angular 1.3 not having the
$viewValue still be a proper Date(). So this patch only covers a piece
of the puzzle.1 parent b5f220f commit e373941
2 files changed
+25
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
561 | 563 | | |
562 | 564 | | |
563 | 565 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1103 | 1103 | | |
1104 | 1104 | | |
1105 | 1105 | | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
1106 | 1125 | | |
1107 | 1126 | | |
1108 | 1127 | | |
| |||
0 commit comments